printf("%d",(printf("Hello")); What it returns?
Answer Posted / anupam sen
printf function returns the number of character it prints
so output:Hello5
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is file a keyword in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
How old is c programming language?
How is = symbol different from == symbol in c programming?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What are directives in c?
What is LINKED LIST? How can you access the last element in a linked list?
What is typedef example?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the difference between procedural and declarative language?
Stimulate calculator using Switch-case-default statement for two numbers
What are keywords c?
What is the advantage of an array over individual variables?
What are the types of data types and explain?