Why void main is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
What is formal argument?
. Write a program to get a string and to convert the 1st letter of it to uppercase
Find occurence of a character in a sting.
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Why dont c comments nest?
What is the size of structure pointer in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
Why is it usually a bad idea to use gets()? Suggest a workaround.
What are local variables c?
Three major criteria of scheduling.