Answer Posted / murali
No one is invented by C but C was invented by "Dennis Richie".
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Is there any data type in c with variable size?
What type is sizeof?
What is c method?
what will be the output for the following main() { printf("hi" "hello"); }
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is the use of getch ()?
Write a program of advanced Fibonacci series.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is array in c with example?
Write a program for finding factorial of a number.
What does the format %10.2 mean when included in a printf statement?
What is a lookup table in c?
What is the maximum no. of arguments that can be given in a command line in C.?
What is a null pointer in c?
What is the purpose of clrscr () printf () and getch ()?