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


Please Help Members By Posting Answers For Below Questions

Is ca high or low level language?

794


Is swift faster than go?

841


What does count ++ do in c++?

910


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

2390


Who discovered c++?

744






I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

810


Does a derived class inherit or doesn't inherit?

811


Please explain the reference variable in c++?

785


What is an orthogonal base class in c++?

854


What new()is different from malloc()?

783


What is an associative container in c++?

743


Are vectors passed by reference c++?

707


Tell me difference between constant pointer and pointer to a constant.

839


What is a dynamic binding in c++?

686


What is do..while loops structure?

812