what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / karna
answer is 1.because it counts how many numbers are given as input
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What are different types of variables in c?
What are the types of type qualifiers in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is the use of c language in real life?
Is fortran still used in 2018?
Why string is used in c?
What is c language used for?
Is swift based on c?
What is the difference between volatile and const volatile?
Why is this loop always executing once?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain what is the concatenation operator?
What is the purpose of ftell?
Why double pointer is used in c?