Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


WHAT IS C?

Answers were Sorted based on User's Feedback



WHAT IS C?..

Answer / avinash

C IS A PROGRAMMING LANGUAGE.

Is This Answer Correct ?    11 Yes 0 No

WHAT IS C?..

Answer / syed

c is a structure programming language

Is This Answer Correct ?    5 Yes 0 No

WHAT IS C?..

Answer / nani

c is a basic programming language

Is This Answer Correct ?    0 Yes 0 No

WHAT IS C?..

Answer / mukil

C is a procedural language

Is This Answer Correct ?    0 Yes 0 No

WHAT IS C?..

Answer / siddhartha mukherjee

C is the third letter of english alphabet

Is This Answer Correct ?    4 Yes 4 No

WHAT IS C?..

Answer / k.rangaswamy

This is the one of the language which is used to interact
with the hardware in the efficiency manner.This is actually
a procedure oriented language and also we can call it as
High level language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

code for inverse a matrix

0 Answers  


What are type modifiers in c?

0 Answers  


What kind of structure is a house?

0 Answers  


Write a program in c to print * * * * * *******

1 Answers  


Which is better between malloc and calloc?

0 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


Explain a file operation in C with an example.

0 Answers   Amdocs,


6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1

4 Answers  


What is #pragma statements?

0 Answers  


If fflush wont work, what can I use to flush input?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


Categories