What is clrscr ()?


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

Post New Answer

More C Interview Questions

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,


write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?

1 Answers   Zensar,


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


How do you print an address?

0 Answers   TCS,






How can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


why we shiuld use main keyword in C

5 Answers  


what is calloc and malloc?

2 Answers  


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


How can a process change an environment variable in its caller?

0 Answers  


Categories