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
can any one provide me the notes of data structure for ignou cs-62 paper
What is the use of static variable in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Difference between goto, long jmp() and setjmp()?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is c++ used for today?
Explain high-order bytes.
Difference between macros and inline functions? Can a function be forced as inline?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
How do I read the arrow keys? What about function keys?
What are reserved words with a programming language?
What is an expression?
what is the syallabus of computer science students in group- 1?
What are types of functions?
How do you declare a variable that will hold string values?