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
Is ca high or low level language?
Is swift faster than go?
What does count ++ do 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
Who discovered c++?
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.
Does a derived class inherit or doesn't inherit?
Please explain the reference variable in c++?
What is an orthogonal base class in c++?
What new()is different from malloc()?
What is an associative container in c++?
Are vectors passed by reference c++?
Tell me difference between constant pointer and pointer to a constant.
What is a dynamic binding in c++?
What is do..while loops structure?