what is the meaning of 'c' language
Answers were Sorted based on User's Feedback
Answer / srinidhi
c=computer thats wt c language means computer language
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / varun kumar
C is the language which easy understand by the
machine.Because it is also called the machine language.it
convert the source code into object code then into machine
code.
| Is This Answer Correct ? | 2 Yes | 2 No |
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
write a prgram of swapping with 2 valiables
What is c language & why it is used?
What is clrscr in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
how to print the character with maximum occurence and print that number of occurence too in a string given ?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is the purpose of the statement: strcat (S2, S1)?
what are the various memory handling mechanisms in C ?
List some of the static data structures in C?