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

A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


What are the advantages and disadvantages of pointers?

0 Answers  


How many types of operators are there in c?

0 Answers  


What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 Answers   Oracle,


How would you print out the data in a binary tree, level by level, starting at the top?

6 Answers   Amazon, Microsoft,






diff. between *p and **p

3 Answers  


What is void pointers in c?

0 Answers  


What is the use of static variable in c?

0 Answers  


What language is c written?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


difference between string and array?

6 Answers  


what is an inline function?

2 Answers   TCS,


Categories