printf("%d",(printf("Hello")); What it returns?

Answer Posted / srinivasa. p

1

Printf() return number character print on STD::out

Is This Answer Correct ?    4 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the advantage of a random access file?

629


Explain what is the difference between #include and #include 'file' ?

569


what are bit fields in c?

592


What is openmp in c?

598


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1754






What is the difference between union and anonymous union?

824


what is the different bitween abap and abap-hr?

1725


What is string function c?

557


Is a pointer a kind of array?

585


In which header file is the null macro defined?

835


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

791


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1575


What are identifiers in c?

617


What is static and auto variables in c?

546


Explain the use of 'auto' keyword

664