How many bytes are occupied by near, far and huge pointers (dos)?
No Answer is Posted For this Question
Be the First to Post Answer
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
write a progam to compare the string using switch case?
Explain how do you sort filenames in a directory?
What is a #include preprocessor?
What is the difference between c and python?
Explain #pragma statements.
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
What are the advantages and disadvantages of a heap?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
How macro execution is faster than function ?
How main function is called in c?
how does printf function work