Name the language in which the compiler of "c" in written?
Answers were Sorted based on User's Feedback
Answer / pappu kumar sharma
an ANSI type of compiler if you type in the name of a file
that hold C source
| Is This Answer Correct ? | 3 Yes | 3 No |
What are the different types of linkage exist in c?
What are the rules for the identifier?
Why does notstrcat(string, "!");Work?
What is a c token and types of c tokens?
What is a pointer value and address in c?
how to find out the inorder successor of a node in a tree??
What is volatile, register definition in C
How does normalization of huge pointer works?
i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are the various types of control structures in programming?
how write a addtion of two single dimensional array using of pointer in c language?