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 d'n in c?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Explain how are portions of a program disabled in demo versions?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
which one is highest Priority in c? a)=,b)+,c)++,d)==
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
The differences between Windows XP and Windows Visa
How we can insert comments in a c program?
How would you find a cycle in a linked list?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
Write a program that accept anumber in words
How can you determine the size of an allocated portion of memory?