main()
{
int i;
printf("%d",scanf"%d",&i))//if the input is 12 24 34 then
wat will be the output
}
Answers were Sorted based on User's Feedback
Answer / babu ba
1
bcoz it counts number of time the scanf fun access the user I/Ps
| Is This Answer Correct ? | 2 Yes | 1 No |
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is the difference between declaring a variable by constant keyword and #define ing that variable?
using for loop sum 2 number of any 4 digit number in c language
Can you write a programmer for FACTORIAL using recursion?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
What is a class c rental property?
What is the use of getch ()?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Can you assign a different address to an array tag?