char *p="name";
printf(p);
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
main() { int i=400,j=300; printf("%d..%d"); }
what is differnence b/w macro & functions
what is event driven software and what is procedural driven software?
c program to input values in a table(using 2D array) and print odd numbers from them
What is an anonymous union and where to apply that ?
how to add our own function in c library please give details.?
Eight queens puzzle
In which layer of the network datastructure format change is done
What is the difference between typedef struct and struct?
if we take a number as a char then can we manipulate(add, subtract) on this number
What is #line in c?