What is the difference between %d and %i?
No Answer is Posted For this Question
Be the First to Post Answer
What are the main characteristics of c language describe the structure of ac program?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Explain what is the difference between functions abs() and fabs()?
p*=(++q)++*--p when p=q=1 while(q<=6)
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
yogesh patil in dell
How can I set an array's size at run time?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
What does sizeof function do?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
What are the types of pointers?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*