Explain what is a program flowchart and explain how does it help in writing a program?
No Answer is Posted For this Question
Be the First to Post Answer
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
write a program in C to swap two variables
what is inline function?
What is a spanning Tree?
what is the mean of c languages.
What is the difference between array and pointer?
WHAT IS C?
how to add our own function in c library please give details.?
What is clrscr in c?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7