what is develop in c language

Answers were Sorted based on User's Feedback



what is develop in c language..

Answer / guest

c++

Is This Answer Correct ?    3 Yes 0 No

what is develop in c language..

Answer / computer operator

dennis ritchi

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More C Interview Questions

matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


Why is c called "mother" language?

0 Answers  


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

0 Answers   Ignou,


What is selection sort in c?

0 Answers  


What extern c means?

0 Answers  






Is null always defined as 0(zero)?

0 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


what is the height of tree if leaf node is at level 3. please explain

0 Answers  


Explain how can you check to see whether a symbol is defined?

0 Answers  


main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }

1 Answers   Accenture, Vector,


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 a NULL Pointer? Whether it is same as an uninitialized pointer?

0 Answers   TISL,


Categories