what is the output of
printf("%d",(scanf("%d",10));

Answer Posted / kalyan chukka

Answer is 1 Because it prints how many values taken from
keyboard so it prints 1

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to establish connection with oracle database software from c language?

1658


Explain how can I make sure that my program is the only one accessing a file?

606


How we can insert comments in a c program?

619


Can the sizeof operator be used to tell the size of an array passed to a function?

606


What is the function of volatile in c language?

649






what does static variable mean?

641


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22152


What does the function toupper() do?

643


Is c procedural or functional?

574


What does c value mean?

612


What are the basic data types associated with c?

800


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

620


What is define c?

561


Why do we need functions in c?

541


What does sizeof return c?

587