printf("%d",(printf("Hello")); What it returns?
Answer Posted / praneeth
It doesn't because in printf access specifier is Integer
but to display Hello we should use %s.
| Is This Answer Correct ? | 1 Yes | 22 No |
Post New Answer View All Answers
Which is best book for data structures in c?
what is the diffrenet bettwen HTTP and internet protocol
formula to convert 2500mmh2o into m3/hr
What is the use of a static variable in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are the advantages of the functions?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
how can I convert a string to a number?
What is pass by reference in c?
What are the scope of static variables?
Which header file is essential for using strcmp function?
How can I read and write comma-delimited text?
What is sizeof array?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is indirection?