what is the c.

Answers were Sorted based on User's Feedback



what is the c...

Answer / ganesh

c is a language which is used to create the console applications.

Is This Answer Correct ?    7 Yes 0 No

what is the c...

Answer / akashdixit254

c is a programming language they ae use to create a software
they are run only c editior they are roboust ,secure ,oop
supported language

Is This Answer Correct ?    1 Yes 0 No

what is the c...

Answer / nishant jain

C is a high-level and general purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System (OS) in the early 1970

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a program to print prime nums from 1-20 using c programing?

13 Answers   IBM,


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

0 Answers   HCL,


c program for searching a student details among 10 student details

0 Answers  


What's the difference between constant char *p and char * constant p?

0 Answers   Celstream,


Explain what is the difference between a string and an array?

0 Answers  






What are categories used for in c?

0 Answers  


why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


FILE PROGRAMMING

0 Answers   Wipro,


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


biggest of two no's with out using if condition statement

8 Answers  


Can you please explain the difference between exit() and _exit() function?

0 Answers  


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


Categories