what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / neelamani
1 NULL pointer assignment
This output in TC compiler
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
Is there a way to switch on strings?
What is const and volatile in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain About fork()?
What are the Advantages of using macro
What are the features of c language?
Can you subtract pointers from each other? Why would you?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What are derived data types in c?
What is "Hungarian Notation"?
what will be the output for the following main() { printf("hi" "hello"); }
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
c language interview questions & answer
Explain what is the difference between #include and #include 'file' ?
Can you define which header file to include at compile time?