printf("%d",(printf("Hello")); What it returns?
Answer Posted / vipin sharma
it will return hello 51
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Is c easy to learn?
What is the best way of making my program efficient?
How do you define a string?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is null pointer constant?
Tell me about low level programming languages.
What is the value of c?
What is the data segment that is followed by c?
What is a char c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are void pointers in c?
How can I find the modification date and time of a file?
What are all different types of pointers in c?