What is the best way to comment out a section of code that contains comments?
No Answer is Posted For this Question
Be the First to Post Answer
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
Why is sprintf unsafe?
Give me the code of in-order recursive and non-recursive.
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is difference between union All statement and Union?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
why Language C is plateform dependent
What is the difference between declaring a variable by constant keyword and #define ing that variable?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
what are bit fields in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers