Why is c so powerful?


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

Post New Answer

More C Interview Questions

any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

0 Answers  


What does c mean before a date?

0 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


What are comments and how do you insert it in a C program?

0 Answers  


Where we use clrscr in c?

0 Answers  






How can I manipulate individual bits?

0 Answers  


what are the various memory handling mechanisms in C ?

4 Answers   HP,


print a "hello" word without using printf n puts in c language

6 Answers  


Why do we need arrays in c?

0 Answers  


What are Storage Classes in C ?

32 Answers   CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

0 Answers  


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


Categories