What does
stand for?
No Answer is Posted For this Question
Be the First to Post Answer
When should a far pointer be used?
Can include files be nested?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Explain what is the best way to comment out a section of code that contains comments?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
writ a program to compare using strcmp VIVA and viva with its output.
How to add two numbers with using function?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What are categories used for in c?
What is the difference between array and structure in c?
What is logical error?
What is malloc() function?