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

main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


What is the difference between array_name and &array_name?

0 Answers  


IS Doon college of Engn.. has good faculty

1 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


how to set Nth bit of variable by using MACRO

3 Answers   HCL,


Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

1 Answers   Accenture, Concor, DMU, Satyam, Syntel, Tora,


When should I declare a function?

0 Answers  


Write a program to reverse a string.

0 Answers   Global Logic, iNautix, TCS, Wipro,


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


Is c high or low level?

0 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


Categories