8. |
Which of the statements is correct about the program?
| |||||||||||||||
|
9. |
What will be the output of the program ?
| |||||||||||||
|
10. |
What will be the output of the program in Turbo C (under DOS)?
| |||||||||||||||
|
11. |
Point out the error in the program?
| |||||||||||||||
|
12. |
Point out the error in the program?
| |||||||||||||||
|
13. |
The '.' operator can be used access structure elements using a structure variable.
| |||||||
|
14. |
Can we specify a variable filed width in a scanf() format string?
| |||||||
|
15. |
Which header file should be included to use functions like malloc() and calloc()?
| |||||||||||||||
|
16. |
If malloc() successfully allocates memory it returns the number of bytes it has allocated.
| |||||||
|
17. |
In a function that receives variable number of arguments the fixed arguments passed to the function can be at the end of argument list.
| |||||||
|
18. |
We can allocate a 2-Dimensional array dynamically.
| |||||||
|
19. |
Are the following declarations same?
| |||||||
|
20. |
What is the purpose of fflush() function.
| |||||||||||||||
|
No comments:
Post a Comment