what are # pragma staments?
No Answer is Posted For this Question
Be the First to Post Answer
What is s or c?
all c language question
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
what is the coding of display the factorial of a number using array and function?
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
What is the best way of making my program efficient?
What is pass by value in c?
Which command is more efficient? *(ptr+1) or ptr[1]
Difference between C and Embedded C?
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