What is d scanf?


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

Post New Answer

More C Interview Questions

What is a c token and types of c tokens?

0 Answers  


what is difference between procedural language and functional language ?

4 Answers   Wipro,


What is a macro in c preprocessor?

0 Answers  


how do you execute a c program in unix.

0 Answers  


What will be the output of x++ + ++x?

20 Answers   MBT, Religare,






Explain what are the different file extensions involved when programming in c?

0 Answers  


Not all reserved words are written in lowercase. TRUE or FALSE?

0 Answers  


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  


What are the 5 organizational structures?

0 Answers  


in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?

11 Answers   IBM,


Can an array be an Ivalue?

0 Answers   EXL,


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Categories