User profile: pavankumardss

User info
User name:pavankumardss
History
Joined:
Number of posts:2
Latest posts:

Facing error saying something about an 'unqualified Id'
thanks mate JLBorges.you made my day.

Facing error saying something about an 'unqualified Id'
#include<stdio.h> int add(int a,int b); int main(void) { int a,b,c; scanf("%d%d",&a,&b); ...