Is printf a keyword?


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

Post New Answer

More C Interview Questions

How can I split up a string into whitespace-separated fields?

0 Answers  


What is a const pointer?

0 Answers  


Explain is it valid to address one element beyond the end of an array?

0 Answers  


What is the difference between far and near ?

0 Answers  


Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).

0 Answers  






Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


What are the different types of objects used in c?

0 Answers  


how to find sum of digits in C?

21 Answers   CTS, Infosys,


What’s the special use of UNIONS?

0 Answers   ADP,


Explain the red-black trees?

0 Answers  


While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.

2 Answers  


Write a progarm to find the length of string using switch case?

0 Answers   TCS,


Categories