What is huge pointer in c?
Meaning of () in c
What are different types of variables in c?
What is wrong with this initialization?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
who is the founder of c
19 Answers College School Exams Tests, HP,
How can I copy just a portion of a string?
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);
What is the explanation for the dangling pointer in c?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Can one function call another?