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 type of language is C?

Answer Posted / hinali lukhi

C is case sensitive language.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

4263


What is auto keyword in c?

1255


What is the use of the function in c?

1078


What is wrong with this statement? Myname = 'robin';

1398


What is the difference between #include

and #include “header file”?

1095


What is difference between class and structure?

1162


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1788


How many levels of pointers have?

1103


Can variables be declared anywhere in c?

1151


How can I discover how many arguments a function was actually called with?

1116


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

1158


Why is it usually a bad idea to use gets()? Suggest a workaround.

1879


Write a program to reverse a linked list in c.

1183


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2597


What is wrong with this program statement? void = 10;

1317