What is a class c rental property?


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

Post New Answer

More C Interview Questions

Why c is known as a mother language?

0 Answers  


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


How can I invoke another program from within a C program?

8 Answers  


Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx

4 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  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


how can we use static and extern?and where can we use this?

3 Answers   Excel,


Do string constants represent numerical values?

0 Answers  


What are the different file extensions involved when programming in C?

0 Answers  


Why doesnt this code work?

0 Answers  


What does void main return?

0 Answers  


Categories