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

Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 Answers  


Does c have class?

0 Answers  


What does. int *x[](); means ?

0 Answers   Wilco,


What is the use of getchar() function?

0 Answers  


Do you have any idea about the use of "auto" keyword?

0 Answers  






GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

0 Answers  


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


Explain enumerated types in c language?

0 Answers  


How to add two numbers without using semicolon n c????

3 Answers  


What is a floating point in c?

0 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


Categories