Explain the use of #pragma exit?
No Answer is Posted For this Question
Be the First to Post Answer
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
What is the use of void pointer and null pointer in c language?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
write a program to swap two numbers without using temporary variable?
What does 3 periods mean in texting?
What are the 32 keywords in c?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
will u please send me the placement papers to my mail???????????????????
What's the difference between calloc() and malloc()?
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?