Can a variable be both constant and volatile?
No Answer is Posted For this Question
Be the First to Post Answer
How are pointers declared in c?
What is operator precedence?
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
What are the 4 types of functions?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
State two uses of pointers in C?
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 difference between. system call and library function?
write a program to insert an element at the specified position in the given array in c language
Describe newline escape sequence with a sample program?
What is the difference between Printf(..) and sprint(...) ?
Why n++ execute faster than n+1 ?