What is function and its example?


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

Post New Answer

More C Interview Questions

where does it flourished?

0 Answers   Microsoft,


What is the exact difference between '\0' and ""

3 Answers  


which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;

5 Answers   Assurgent, TCS,


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


Write a program to swap two numbers without using third variable in c?

0 Answers  






x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


What is volatile in c language?

2 Answers   HCL, TCS,


Is c still relevant?

0 Answers  


Why static is used in c?

0 Answers  


What is meaning of tree

0 Answers  


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

0 Answers   Zoho,


main difference between c and c++ language

1 Answers  


Categories