What is the use of f in c?


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

Post New Answer

More C Interview Questions

what are the files which are automatically opened when a c file is executed?

3 Answers  


How will you find a duplicate number in a array without negating the nos ?

0 Answers  


What are types of structure?

0 Answers  


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,


How can I do graphics in c?

0 Answers  


Differentiate between the expression “++a” and “a++”?

0 Answers  


what type of errors are checked during compilation

3 Answers  


Combinations of fibanocci prime series

0 Answers  


How main function is called in c?

0 Answers  


What is information technology.

1 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Categories