Answer Posted / avinash
HEADER IS INCLUDE <STDIO.H>.
| Is This Answer Correct ? | 12 Yes | 22 No |
Post New Answer View All Answers
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Explain what is the purpose of "extern" keyword in a function declaration?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What are high level languages like C and FORTRAN also known as?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
main() { printf("hello"); fork(); }
What is "Hungarian Notation"?
Differentiate between the = symbol and == symbol?
Distinguish between actual and formal arguments.
Is it cc or c in a letter?
What is #include conio h?
How are pointers declared in c?
Which is best book for data structures in c?
Explain 'bus error'?
What are the types of c language?