what is diognisis?
How do I access command-line arguments?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
Are pointers really faster than arrays?
Can you write a programmer for FACTORIAL using recursion?
What is the difference between arrays and pointers?
Why & is used in c?
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,
What are the 32 keywords in c?
How will you divide two numbers in a MACRO?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
c programming of binary addition of two binary numbers