Do pointers take up memory?
Is it possible to create recycle bin in mobiles?
What do you mean by a local block?
What is the auto keyword good for?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
What is an anonymous union and where to apply that ?
What would be an example of a structure analogous to structure c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is the purpose of void in c?
What are variables and it what way is it different from constants?