What is the output of printf("%d")?
Answer Posted / nagaraj
This will give garbage value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does I ++ mean 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?
Is it possible for a member function to delete the pointer, named this?
What is doubly linked list in c++?
Is recursion allowed in inline functions?
Why do we use constructor?
What are references in c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is guard code in c++?
Why do we need constructors in c++?
Why is the function main() special?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Explain method of creating object in C++ ?
What is c++ programming language?