C Programming MCQ Without Ans 2024-08-23 04-50-36-837477
C Programming MCQ Without Ans 2024-08-23 04-50-36-837477
C programming
Options:
1) 1
2) 0
3) 5
4) 300
Options:
2) The size of a pointer is always the same as the size of the data type it points to.
3) A pointer can point to an array, and array elements can be accessed via the pointer.
Options:
1) 5
2) 10
3) Garbage value
4) Compilation error
Options:
1) 6 7 8 9 10
2) 6 6 6 6 6
3) 5 5 5 5 5
Options:
1) 7
2) 3
3) 2
4) Error