Answer Posted / radha
dennis ritche
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
Differentiate between new and malloc(), delete and free() ?
What is the value of uninitialized variable in c?
What is self-referential structure in c programming?
how can use subset in c program and give more example
Can a local variable be volatile in c?
Is using exit() the same as using return?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is null pointer in c?
Explain #pragma statements.
What is the difference between far and near in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What are nested functions in c?
What is the size of enum in bytes?
What is the stack in c?