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

Answer Posted / varun

error bcz 1 bracket is missing.
if corected
output will b

Hello5

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented bcpl language?

698


When a c file is executed there are many files that are automatically opened what are they files?

587


Why main is not a keyword in c?

641


What is logical error?

601


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

639






What is a node in c?

543


What is the scope of static variable in c?

527


Why does notstrcat(string, "!");Work?

637


What is #include cctype?

574


What is the use of getch ()?

629


write a program to rearrange the array such way that all even elements should come first and next come odd

1754


Explain what math functions are available for integers? For floating point?

608


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

620


What is structure in c language?

613


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

613