the maximum length of a character constant can be
a) 2
b) 1
c) 8
No Answer is Posted For this Question
Be the First to Post Answer
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
Discussion on error handling of C++ .
Are php strings immutable?
Can you declare an array without a size in c++?
What are the 3 levels of programming languages?
How do you master coding?
Is c++ a high level language?
How would you call C functions from C++ and vice versa?
What does it mean to declare a member variable as static?
Brief explaination about #include<iostream.h>, cin and cout
What is the difference between Char a[ ]=”string” and char *a=”String”