In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
No Answer is Posted For this Question
Be the First to Post Answer
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Explain two-dimensional array.
What is the difference between volatile and const volatile?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
write a programe to find the factorial of given number using recursion
which one low Priority in c? a)=,b)++,c)==,d)+
how to create duplicate link list using C???
What is #line?
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
if p is a string contained in a string?
What are the primitive data types in c?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]