Differentiate between a structure and a union.
No Answer is Posted For this Question
Be the First to Post Answer
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
How do you list files in a directory?
how can we print hellow world programme without using semicolon
Which header file should you include if you are to develop a function which can accept variable number of arguments?
what is foreign key in c language?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
What is use of integral promotions in c?
I heard that you have to include stdio.h before calling printf. Why?
say the following declaration is correct nr not. int b=a,n=0;
What is bubble sort in c?
What is the total generic pointer type?