How to write a program for machine which is connected with
server for that server automatically wants to catch the
time for user of that machine?
how to swap two integers 1 and 32767 without using third variable
Differentiate Source Codes from Object Codes
write a C program to print the program itself ?!
What is bin sh c?
What is the difference between near, far and huge pointers?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
What is substring in c?
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
What is the auto keyword good for?
What is openmp in c?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is the use of putchar function?