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 |
What are proxy objects in c++?
What is the most powerful coding language?
What is the difference between the compiler and the preprocessor?
what is data abstraction in C++?
What is the role of copy constructor in copying of thrown objects?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What are advantages and disadvantages of Design patterns?
What happens if an exception is throws from an, object's constructor and object's destructor?
What will happen if when say delete this ?
Are there any new intrinsic (built-in) data types?
Which c++ compiler is best?
What is the difference between mutex and binary semaphore?