What is the use of the function in c?


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

Post New Answer

More C Interview Questions

In scanf h is used for

4 Answers   BFL,


program in c to print 1 to 100 without using loop

9 Answers   Wipro,


What are different types of operators?

0 Answers  


Is main() function predfined or userdefined?

11 Answers  


What is meant by 'bit masking'?

0 Answers  






A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

0 Answers   HCL,


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


Not all reserved words are written in lowercase. TRUE or FALSE?

0 Answers  


Why header file is used in c?

0 Answers  


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


Categories