What does s c mean in text?
No Answer is Posted For this Question
Be the First to Post Answer
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is bubble sort technique in c?
How can you restore a redirected standard stream?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Explain how do you sort filenames in a directory?
How many levels deep can include files be nested?
main is a predefined or user define function if user defined why? if predefined whay?
What is a program flowchart and how does it help in writing a program?
code for quick sort?
What are the preprocessors?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.