Why c is a mother language?


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

Post New Answer

More C Interview Questions

How can a program be made to print the line number where an error occurs?

0 Answers  


What is structure pointer in c?

0 Answers  


What 'lex' does?

0 Answers   Tech Mahindra,


Is void a keyword in c?

0 Answers  


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

0 Answers  






What is the use of clrscr?

0 Answers  


what is output of the following statetment?Printf(ā€œ%xā€, -1<<4); ?

5 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


print out of string in this format; 1. "rajesh" 2. \n 3. %d

5 Answers   mpower,


which of 'arrays' or 'pointers' are faster?

5 Answers  


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


Why & is used in c?

0 Answers  


Categories