What is the output of printf("%d")?
Answer Posted / mousam sahu
it will give an expression syntax error as printf must have
an expression like ;
| Is This Answer Correct ? | 5 Yes | 22 No |
Post New Answer View All Answers
What is a multiset c++?
Explain the benefits of proper inheritance.
What are the advantages of early binding?
What is c++ used for in games?
What are compilers in c++?
What is basic if statement syntax?
What is array give example?
What is the best way to take screenshots of a window with c++ in windows?
What is else if syntax?
What is diamond problem in c++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Specify different types of decision control statements?
What are literals in C++?
When should we use container classes instead of arrays?
What is the identity function in c++? How is it useful?