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?
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
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.
What is the difference between array_name and &array_name?
IS Doon college of Engn.. has good faculty
write a program to compare 2 numbers without using logical operators?
how to set Nth bit of variable by using MACRO
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?
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?
Is c high or low level?
What is meant by int fun const(int a, int b) { .... ... }