Why is this loop always executing once?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
difference between ordinary variable and pointer in C?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
How can I get the current date or time of day in a c program?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
what is C?
how to count no of words,characters,lines in a paragraph.
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
What is clrscr ()?