What are register variables?
No Answer is Posted For this Question
Be the First to Post Answer
In a class only declaration of the function is there but defintion is not there then what is that function?
What is static class data?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
What is c++ iterator?
What c++ library is string in?
Enter n no. of element and delete value from desire position
What is ostream in c++?
Write a struct time where integer m, h, s are its members?
Is c++ fully object oriented?
Describe the main characteristics of static functions?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are the main features of c++?