printf("%d",(printf("Hello")); What it returns?
Answer Posted / mayur patil
answer is hello 11
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is function in c with example?
Explain about the constants which help in debugging?
What is the total generic pointer type?
How can you restore a redirected standard stream?
Explain how do you determine whether to use a stream function or a low-level function?
Where in memory are my variables stored?
What are c header files?
What is mean by data types in c?
What are different types of pointers?
How are structure passing and returning implemented?
Where does the name "C" come from, anyway?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What are pointers?
What are the general description for loop statement and available loop types in c?
How main function is called in c?