What is the output of printf("%d")?
Answer Posted / aaru
garbage value
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write a code/algo to find the frequency of each element in an array?
What are arithmetic operators?
How many types of modularization are there in c++?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is c++ w3school?
Can malloc be used in c++?
Can c++ do everything c can?
What is insertion sorting?
How do you differentiate between overloading the prefix and postfix increments?
What is a syntax in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
Explain polymorphism?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is the default access level?
Write a program to interchange 2 variables without using the third one.