Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~380 People Reached
Favorite Forums
Favorite Tags
c x 3
Member Avatar for sharma89bunty

Hello sir, Good afternoon! i am happy to get the help from you. for that thanku very much. but now i need help in the for loop. * * * * * * * * * * * * * * * here is the picture, i want the coding …

Member Avatar for Ancient Dragon
0
92
Member Avatar for sharma89bunty

sir i have a problem in the c program. [CODE]switch(ch) { case 1: t=a+b;break; case 2: t=a-b;break; case 3: t=a*b;break; case 4: t=a/b;break; default:printf("invalid no:"); }[/CODE] when i execute the program and the any choice the comipler skip to the default statement. is it any problem in the syntax. sir …

Member Avatar for venkata suresh
0
202
Member Avatar for sharma89bunty

i have a problem related to the c language. [CODE]void main() { int marks; clrscr(); printf("enter the marks of the student:"); scanf("%d",marks); if(marks>=35) { printf("student is pass:"); } else { printf("student is fail:"); } getch(); }[/CODE] but when i run this program, there is no error in the program but …

Member Avatar for mtatadotcom
1
82