what is c programming?

Answers were Sorted based on User's Feedback



what is c programming? ..

Answer / keerthi

c is procedure oriented programming language. In c program
execution starts from main().c is basic language for some
languages like c++,java etc.c is platform dependent and case
sensitive language.

Is This Answer Correct ?    8 Yes 0 No

what is c programming? ..

Answer / renisha

c is powerful system language even which user are using to
compiler as source code. it used input and display the output.

Is This Answer Correct ?    4 Yes 1 No

what is c programming? ..

Answer / priyanka mali

C Is the procedure oriented language, basically uses firstly
compilers which accepts source code from compliers as input
and produces .exe as output.it is a first usr friendly
language which takes input in the form of statements / usr
language and givesdesired outpu.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

What is #line?

0 Answers  


What are the 4 types of unions?

0 Answers  


Three major criteria of scheduling.

1 Answers  


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


What is the difference between malloc() and calloc()?

0 Answers  






write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


What are control structures? What are the different types?

0 Answers  


How can you find the exact size of a data type in c?

0 Answers  


How can you convert integers to binary or hexadecimal?

0 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


which of 'arrays' or 'pointers' are faster?

5 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,


Categories