What are the advantages and disadvantages of c language?


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

Post New Answer

More C Interview Questions

DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 Answers   HCL, Infosys, Microsoft,


What is restrict keyword in c?

0 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,






Explain the bubble sort algorithm.

0 Answers  


Table of Sudoku n*n

0 Answers  


How to write a multi-statement macro?

0 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


can we implement multi-threads in c.

0 Answers  


What is the advantage of c?

0 Answers  


2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above

4 Answers   Siemens,


Categories