What does == mean in texting?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of clrscr () printf () and getch ()?
why return type of main is not necessary in linux
What is pass by reference in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Is fortran still used in 2018?
How do you sort filenames in a directory?
Why is event driven programming or procedural programming, better within specific scenario?
Dear Sir, we are required the bubble sorting programs Regs Prem
Is main() function predfined or userdefined?
Explain a file operation in C with an example.
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);