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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to swap two integers 1 and 32767 without using third variable

11 Answers   Microsoft, TCS,


Differentiate Source Codes from Object Codes

1 Answers  


write a C program to print the program itself ?!

16 Answers   TCS,


What is bin sh c?

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


What is substring in c?

0 Answers  


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

8 Answers   HCL, Wipro,


What is the auto keyword good for?

0 Answers  


What is openmp in c?

0 Answers  


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

0 Answers   Mindteck,


What is the use of putchar function?

0 Answers  


Categories