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
What is c value paradox explain?
Why should I prototype a function?
what does static variable mean?
What is the general form of a C program?
What is a struct c#?
How are pointers declared in c?
What is s in c?
Explain what are run-time errors?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is class and object in c?
What is n in c?
What does 3 periods mean in texting?
What are the advantages of external class?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Does sprintf put null character?