Is multithreading possible in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
write a program to display numbers from 1 to 10 and 10 to 1?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Describe explain how arrays can be passed to a user defined function
Why do we use main function?
Is javascript based on c?
what is available in C language but not in C++?
10 Answers CTS, TCS,
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
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
write a string copy function routine?
What is void c?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1