Answer Posted / k.sivaranjani
C was invented by "Dennis Richie"
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is the main difference between calloc () and malloc ()?
Explain what is the most efficient way to store flag values?
What does void main return?
What is the use of extern in c?
Why do we need volatile in c?
write a program to display all prime numbers
Explain how do you use a pointer to a function?
Is sizeof a keyword in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Can you pass an entire structure to functions?
What is the size of structure pointer in c?
What is spaghetti programming?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Explain what does the format %10.2 mean when included in a printf statement?
Find MAXIMUM of three distinct integers using a single C statement