what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / karna
answer is 1.because it counts how many numbers are given as input
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
develop algorithms to add polynomials (i) in one variable
Can stdout be forced to print somewhere other than the screen?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Are bit fields portable?
List the different types of c tokens?
Are the variables argc and argv are always local to main?
What is the size of empty structure in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
I have a varargs function which accepts a float parameter?
Why header files are used?
What is the difference between struct and typedef struct in c?
Why is sprintf unsafe?
How do you convert strings to numbers in C?
List some applications of c programming language?
How many types of arrays are there in c?