What is wrong in this statement?
No Answer is Posted For this Question
Be the First to Post Answer
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
Does * p ++ increment p or what it points to?
Hi, main() { } Is a user defined function or Built in Functionn
what is the code to display color fonts in the output?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
What is structure packing in c?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is a c token and types of c tokens?