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 / pazhani

C is one of the computer programming Languages

Is This Answer Correct ?    11 Yes 1 No

what is c?..

Answer / venkatesh

it is stactural programing language

Is This Answer Correct ?    6 Yes 0 No

what is c?..

Answer / m.karthik

c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........

Is This Answer Correct ?    3 Yes 2 No

what is c?..

Answer / ratnesh rai

c is a high level programing language

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More C Interview Questions

Explain heap and queue.

0 Answers   Aricent,


What are different storage class specifiers in c?

0 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


Lists the benefits of c programming language?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


What is the difference between void main() and int main()?

1 Answers  


Explain how can you tell whether two strings are the same?

0 Answers  


Explain how do you determine a file’s attributes?

0 Answers  


What is the use of parallelize in spark?

0 Answers  


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


#include<stdio.h> int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i<size;i++) sum+=array[i]; return sum; } output?

5 Answers   Ramco,


Categories