What is the difference between far and near ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between constant pointer and constant variable?
char ch="{'H','I',0};printf("%s",ch);what is output
what is the flow of execution in cprogram? ex:printf();,scanf();
What are static variables, and where are they stored?
application attempts to perform an operation?
code for reverse alternate words from astring
what are the uses of structure?
Is register a keyword in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
Why is c called c?
How can we open a file in Binary mode and Text mode?what is the difference?