Answer Posted / bipin
It means only that this is after B. from which C is developed.
| Is This Answer Correct ? | 79 Yes | 35 No |
Post New Answer View All Answers
Explain what are header files and explain what are its uses in c programming?
How do you convert strings to numbers in C?
Do string constants represent numerical values?
What is the use of function in c?
What is main () in c?
What is a lookup table in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What are the advantages of using macro in c language?
What is the size of enum in c?
Explain bit masking in c?
What is a pointer and how it is initialized?
What is dynamic memory allocation?
How can I pad a string to a known length?
What is pointer in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above