#include<stdio.h> void main() { int a=10,b=20,c=30;
printf("%d",scanf("%d%d%d",&a,&b,&c)); }
what is the output for this?
Answer Posted / magesh
0
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is sizeof array?
Explain pointer. What are function pointers in C?
What is #include cctype?
can any one tel me wt is the question pattern for NIC exam
write a program to generate address labels using structures?
What is the difference between malloc() and calloc() function in c language?
What is the difference between union and structure in c?
Difference between malloc() and calloc() function?
How can a process change an environment variable in its caller?
What are the advantages of using macro in c language?
What are all different types of pointers in c?
What is a null string in c?
What is a static function in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?