What is scope and lifetime of a variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is malloc and calloc?
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
What is the use of parallelize in spark?
difference between ordinary variable and pointer in C?
What is the scope of an external variable in c?
compare array with pointer?
Why is c called a mid-level programming language?
What are the concepts introduced in OOPs?
How can we allocate array or structure bigger than 64kb?
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
What is zero based addressing?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?