What is exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
how to multiply two number taking input as a string (considering sum and carry )
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
What are qualifiers in c?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
Why we use break in c?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
What does extern mean in a function declaration?
What is structure packing in c?
difference between string and array?
Which are low level languages?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.