What is the output of printf("%d")?
Answer Posted / shruthi
the o/p is 0.
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
How do you sort a sort function in c++ to sort in descending order?
What is the full name of logo?
Can you please explain the difference between static and dynamic binding of functions?
What is private, public and protected inheritance?
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.
What is class syntax c++?
What language is a dll written in?
Is nan a c++?
What is atoi in c++?
What is the difference between a pointer and a link in c ++?
Explain what are the sizes and ranges of the basic c++ data types?
Explain abstraction.
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is the use of register keyword with the variables?
What is the use of dot in c++?