What is the output of printf("%d")?
Answer Posted / sonia
It will display garbage value
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can you pass a vector to a function?
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
Is empty stack c++?
What is vector processing?
What is the full name of logo?
Write a program to find the Factorial of a number
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
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.
Is oops and c++ same?
How much do c++ programmers make?
What is a try block?
what is data abstraction in C++?
Which one between if-else and switch is more efficient?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is difference between array and vector in c++?