What does dm mean sexually?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between structure and union in c?
in linking some of os executables are linking name some of them
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
What is the use of volatile?
What is use of integral promotions in c?
Can static variables be declared in a header file?
Write a small C program to determine whether a machine's type is little-endian or big-endian.
how to find the size of the data type like int,float without using the sizeof operator?
what is the difference between embedded c and turbo c ?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Write a c program to demonstrate Type casting in c?
What is define directive?