Is c compiled or interpreted?


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

Post New Answer

More C Interview Questions

Is c dynamically typed?

0 Answers  


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

0 Answers  


What is printf () in c?

0 Answers  


Which driver is a pure java driver

0 Answers   Vertex,


What is an example of enumeration?

1 Answers  






what are the uses of structure?

7 Answers   HCL,


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


Categories