How can I read and write comma-delimited text?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer to pointer in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
print 1-50 with two loop & two print Statement
program in c to print 1 to 100 without using loop
how to write hello word without using semicolon at the end?
what is the hardware model of CFG( context free grammar)
Why doesnt the call scanf work?
Is python a c language?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
i have a written test for microland please give me test pattern
write a program to print data of 5 five students with structures?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }