C language questions for civil engineering


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

Post New Answer

More C Interview Questions

Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


What is function and its example?

0 Answers  


explain what is an endless loop?

0 Answers  


What is the difference between union and structure in c?

0 Answers  


main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  






Did c have any year 2000 problems?

0 Answers  


Explain built-in function?

0 Answers  


What is the purpose of 'register' keyword in c language?

0 Answers  


what is the function of void main()?

8 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


Why Modern OS are interrupt driven?Give an example

3 Answers  


What is the function of volatile in c language?

0 Answers  


Categories