Answer Posted / kav_029
May leads to dangling pointer
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Do array subscripts always start with zero?
What is void main ()?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is structure in c explain with example?
What is an lvalue?
What is the purpose of clrscr () printf () and getch ()?
What is extern storage class in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is the most efficient way to store flag values?
What does sizeof function do?
What does the c preprocessor do?
How can you check to see whether a symbol is defined?
What does node * mean?
What are the various types of control structures in programming?