What is c++ used for today?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure data type in c?
in iso what are the common technological language?
What is the use of sizeof () in c?
What are the 5 types of inheritance in c ++?
What's the difference between constant char *p and char * constant p?
Explain what are header files and explain what are its uses in c programming?
yogesh patil in dell
write a program to swap two variables a=5 , b= 10 without using third variable
Which header file should you include if you are to develop a function which can accept variable number of arguments?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
main() {int a=200*200/100; printf("%d",a); }
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration