What is the output of printf("%d")?
Answers were Sorted based on User's Feedback
Answer / kumar
it was compiled in dev c++
prints a value 31783972
| Is This Answer Correct ? | 14 Yes | 39 No |
Answer / priya
the output of printf("%d") is create a blankspace
| Is This Answer Correct ? | 11 Yes | 61 No |
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is the topic of the C++ FAQ list?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
Explain RAII (Resource Acquisition Is Initialization).
What is the type of 'this' pointer?
Explain about vectors in c ++?
Comment on c++ standard exceptions?
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
What is the advantage of an external iterator.
List out function which we can call without using object
Write a code/algo to find the frequency of each element in an array?
Why ctype h is used in c++?