What is a macro?
No Answer is Posted For this Question
Be the First to Post Answer
How can I direct output to the printer?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
i want to job in your company, so how it will be possible.
How can I trap or ignore keyboard interrupts like control-c?
What are the key features in c programming language?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What is anagram in c?
What is the difference between struct and typedef struct in c?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
which one is highest Priority in c? a)=,b)+,c)++,d)==