#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 / muthuveerappan
3
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What library is sizeof in c?
What is the heap?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What are pointers? Why are they used?
which is an algorithm for sorting in a growing Lexicographic order
What is s or c?
What is the use of ?: Operator?
How was c created?
If fflush wont work, what can I use to flush input?
What is a shell structure examples?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Write a program to generate random numbers in c?
What is %d called in c?
How are portions of a program disabled in demo versions?
When should you not use a type cast?