Answer Posted / prabakaran
including the header file #include<stdio.h>
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
What is difference between class and structure in c++?
What return value must conversion operators have in their declaration?
Is c++ the hardest language?
how to access grid view row?
What is a c++ map?
What is namespace & why it is used in c++?
Explain about vectors in c ++?
What is #include ctype h in c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Which one is better- macro or function?
Which software is used to run c++ program?
What is array in c++ pdf?
Is std :: string immutable?
What are references in c++? What is a local reference?