What is c variable?
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 are header files and explain what are its uses in c programming?
Explain how can you tell whether a program was compiled using c versus c++?
Explain bit masking in c?
what is the difference between class and unio?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
What are header files and what are its uses in C programming?
How do you write a program which produces its own source code as its output?
What are the benefits of organizational structure?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Is calloc better than malloc?