What does c in a circle mean?


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

Post New Answer

More C Interview Questions

Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


Is it acceptable to declare/define a variable in a c header?

0 Answers  


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


What is non linear data structure in c?

0 Answers  


what is void pointer?

2 Answers  






What is scope rule of function in c?

0 Answers  


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

0 Answers  


Explain what is the difference between a free-standing and a hosted environment?

0 Answers  


what is object oriental programing?

1 Answers  


What do you mean by a local block?

0 Answers   InterGraph,


what is printf

5 Answers   MVSR, Satyam,


What does %2f mean in c?

0 Answers  


Categories