Explain what are its uses in c programming?


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

Post New Answer

More C Interview Questions

We can draw a box in cprogram by using only one printf();& without using graphic.h header file?

4 Answers   NIIT,


How is null defined in c?

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā€œ %d\nā€,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


how do you execute a c program in unix.

0 Answers  






Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

0 Answers  


What does the function toupper() do?

0 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


Do you know what are bitwise shift operators in c programming?

0 Answers  


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


i want to job in your company, so how it will be possible.

3 Answers   TCS,


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  


Categories