New Programming Section

Status
Not open for further replies.

RCuber

The Mighty Unkel!!!
Staff member
why does this thread say nothing about the replies, views or the last posted date?

EDIT: How did this get into chit chat :confused:
 
Last edited:

drgrudge

Another Brick in the Wall
Charan said:
why does this thread say nothing about the replies, views or the last posted date?

EDIT: How did this get into chit chat :confused:
Because the dictator mod (yeah me; Raaabo-drgrudge are dictators) merged and moved the thread here. :twisted:
 

Ron

||uLtiMaTE WinNER||
*www.thinkdigit.com/forum/showthread.php?t=68516
*www.thinkdigit.com/forum/showthread.php?t=65520
*www.thinkdigit.com/forum/showthread.php?t=45411
*www.thinkdigit.com/forum/showthread.php?t=52597
*www.thinkdigit.com/forum/showthread.php?t=65039
 
Last edited:

fun2sh

Pawned!... Beyond GODLIKE
yeeeeeepeeeeeeeeeeeeeeeeeee!!!!!!!
i didnt took notice until now.
NOW MY FAV FORUM TURNED INTO FAV PROGRAMIN FORUM :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen:
 

Hustlerr

[Next-Gen]
I need C program which can execute programs on P4,1 GB Ram, Intel 865g motherboard.

I tried some C programs but they sometimes execute and sometimes don't.



And i m getting problem in this Program

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a,b,c;
float d;
printf("PROGRAM a*b/c");
printf("\nEnter value of a:");
scanf("%d",&a);
printf("Enter the value of b:");
scanf("%d",&b);
printf("Enter the value of c");
scanf("%d",&c);
d= a*b/c;
printf("The value of d is: %f",d);
getch();
}


but the error is cming Declaration is not allowed - highlighting int a,b,c
and float d;

Will any1 tell me whats wrong in it ?
 

gaurav_indian

CG Artist
Bhai hum graphics walon ke liye bhi dukaan lagao i mean separate forum introduce karo warna main na :mad: dobara request karunga aur kya.:sad:
 
Status
Not open for further replies.
Top Bottom