what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / ansh
This code when executes on a Turbo C compiler requires an
input from user and is giving 1 as output if one enters a
numeral value and 0 otherwise.
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
State two uses of pointers in C?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Explain what is wrong in this statement?
What is NULL pointer?
Is array name a pointer?
What is #error and use of it?
What does %d do in c?
Explain what are linked list?
What is substring in c?
Describe the difference between = and == symbols in c programming?
Can you please compare array with pointer?
What are the 4 types of programming language?
Differentiate between declaring a variable and defining a variable?
Explain what does it mean when a pointer is used in an if statement?