Linked lists -- can you tell me how to check whether a linked list is circular?
No Answer is Posted For this Question
Be the First to Post Answer
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
Can we include one C program into another C program if yes how?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
why 'c' is called middle level language.
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
What is the difference between text and binary i/o?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Do you have any idea about the use of "auto" keyword?
What do you mean by c?