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 does scope resolution operator do?
What is the handle class?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is the difference between equal to (==) and assignment operator (=)?
Why struct is used in c++?
What is conversion constructor?
Will a catch statement catch a derived exception if it is looking for the base class?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Can a list of string be stored within a two dimensional array?
What are virtual functions in c++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What are default parameters? How are they evaluated in c++ function?