What is sizeof int?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
What is c system32 taskhostw exe?
write a program to swap two numbers without using temporary variable?
What ios diff. Between %e & %f?
How can my program discover the complete pathname to the executable from which it was invoked?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
What are the different types of constants?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
sir, i cannot find the way how to write aprogram by using array on queue
Can we access the array using a pointer in c language?
what is const volatile?
How are portions of a program disabled in demo versions?