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


Please Help Members By Posting Answers For Below Questions

Can you pass a vector to a function?

719


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


Is empty stack c++?

713


What is vector processing?

890


What is the full name of logo?

810


Write a program to find the Factorial of a number

783


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

2045


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.

811


Is oops and c++ same?

759


How much do c++ programmers make?

750


What is a try block?

824


what is data abstraction in C++?

821


Which one between if-else and switch is more efficient?

795


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?

790


What is difference between array and vector in c++?

732