while loop contains parts
a) initialisation, evalution of an expression,increment /decrement
b) initialisation, increment/decrement
c) condition evalution
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of #include in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Explain the difference between getch() and getche() in c?
What is the right type to use for boolean values in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is an anonymous union and where to apply that ?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
Differentiate between #include<...> and #include '...'
How would you find a cycle in a linked list?
can any one provide me the notes of data structure for ignou cs-62 paper
biggest of two no's with out using if condition statement
What does sizeof function do?