To what value do nonglobal variables default?
1) auto
2) register
3) static
Answer Posted / k.kavitha
1) Auto
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What does sizeof function do?
What is a ternary operator in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is a string?
When should a far pointer be used?
What are the advantages and disadvantages of c language?
Explain Function Pointer?
What are run-time errors?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What are the types of assignment statements?
Differentiate between the expression “++a” and “a++”?
Implement bit Array in C.
What are the features of c languages?
to find the closest pair
What is the use of header files?