what type of language is C?

Answers were Sorted based on User's Feedback



what type of language is C?..

Answer / livhuwani netswera

The c language is considered a procedural langeage

Is This Answer Correct ?    0 Yes 0 No

what type of language is C?..

Answer / hinali lukhi

C is case sensitive language.

Is This Answer Correct ?    0 Yes 0 No

what type of language is C?..

Answer / saroj

C is a high level
language

Is This Answer Correct ?    13 Yes 34 No

Post New Answer

More C Interview Questions

#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


WHAT IS C?

6 Answers  


difference between memcpy and strcpy

1 Answers  


Is null equal to 0 in sql?

0 Answers  






What is the use of pragma in embedded c?

0 Answers  


What does calloc stand for?

0 Answers  


what is difference between procedural language and functional language ?

4 Answers   Wipro,


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


What is the c language function prototype?

0 Answers  


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


What is the purpose of main() function?

0 Answers  


Categories