How to write c functions that modify head pointer of a linked list?
No Answer is Posted For this Question
Be the First to Post Answer
name the language for writing c compiler?
How do I declare a pointer to an array?
Explain how do you determine the length of a string value that was stored in a variable?
Apart from dennis ritchie who the other person who contributed in design of c language.
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
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is function pointer c?
What is data type long in c?
Please write the area of a RIGHT ANGLED TRIANGLE.
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
What is the use of the #include directive?
Why is struct padding needed?