Answer Posted / saran3589
loops
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How many levels of indirection in pointers can you have in a single declaration?
What is the use of getchar() function?
What is the basic structure of c?
What does != Mean in c?
Is calloc better than malloc?
writ a program to compare using strcmp VIVA and viva with its output.
What is a pointer variable in c language?
What is double pointer in c?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
In c programming language, how many parameters can be passed to a function ?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is the importance of c in your views?
How can you pass an array to a function by value?
Tell me with an example the self-referential structure?