Are the variables argc and argv are always local to main?
No Answer is Posted For this Question
Be the First to Post Answer
What is return in c programming?
What are the 5 elements of structure?
How many types of errors are there in c language? Explain
why we wont use '&' sing in aceesing the string using scanf
Explain how many levels deep can include files be nested?
How to develop software using "c" programming?
What is volatile variable how do you declare it?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
Explain how can you check to see whether a symbol is defined?
Can you define which header file to include at compile time?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
How do you redirect a standard stream?