Is c is a low level language?


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

Post New Answer

More C Interview Questions

Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,


What is a scope resolution operator in c?

0 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


Explain how do you view the path?

0 Answers  


Explain what is a 'locale'?

0 Answers  






void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


main() { printf("hello"); fork(); }

0 Answers   Wilco,


State the difference between realloc and free.

0 Answers   Aricent,


Explain what are binary trees?

0 Answers  


Can we add pointers together?

0 Answers  


What is NULL pointer?

0 Answers   Infosys,


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  


Categories