What is a MAC Address?
No Answer is Posted For this Question
Be the First to Post Answer
read an array and search an element
Is anything faster than c?
Explain what does a function declared as pascal do differently?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
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
which one low Priority in c? a)=,b)++,c)==,d)+
Function to find the given number is a power of 2 or not?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
Name the language in which the compiler of "c" in written?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
how to build a exercise findig min number of e heap with list imlemented?