Explain how can I convert a string to a number?
No Answer is Posted For this Question
Be the First to Post Answer
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is the difference between static and global variables?
What is putchar() function?
a program that can input number of records and can view it again the record
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
What is structure pointer in c?