Answer Posted / gnanabalan
Dennis Ritchie
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is there a way to jump out of a function or functions?
What is a constant?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Why is extern used in c?
What is a program flowchart?
Define the scope of static variables.
Write a progarm to find the length of string using switch case?
Explain is it better to bitshift a value than to multiply by 2?
Is there any data type in c with variable size?
How do I determine whether a character is numeric, alphabetic, and so on?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is stack in c?
What are the salient features of c languages?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
How are structure passing and returning implemented?