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

int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


what is c++ programming?

3 Answers   TCS,


What is variable and explain rules to declare variable in c?

0 Answers  


Why static variable is used in c?

0 Answers  


Write a program in C to reverse a number by recursive function?

1 Answers  






What are linker error?

0 Answers  


Why c is a mother language?

0 Answers  


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


Mention four important string handling functions in c languages .

0 Answers  


What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack

6 Answers  


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


Categories