C Programming - C Basic Concepts Questions and Answers
1. The value of automatic variable that is declared but not initialized will be?
Loading...
2. Choose the correct statement
Loading...
3. The const feature can be applied to?
Loading...
4. The expression 5-2-3*5-2 will evaluate to 18 if ?
Loading...
5. C language has been developed by ?
Loading...
6. Smallest element of Array Index is called
Loading...
7. Cons feature can be applied on
Loading...
8. Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ?
Loading...
External Linkage-> means global, non-static variables and functions. Internal Linkage-> means static variables and functions with file scope. None Linkage-> means Local variables.
9. What are the types of linkages?
Loading...
10. Is there any difference between following declarations?
1 : extern int fun();
2 : int fun();
1 : extern int fun();
2 : int fun();
Loading...
Are these questions helpful for you?
Comments: (Your feedback is valuable to us)
nayana 5 years ago Reply
it's a great of study in helpfully