Answer Posted / murugannr
#include<studio.>
#include<coino.>
viod main
{
int a,b:
char a[12];
char b[10];
Printf{"enter the using string a,b");
scanf("%s,%a,%b");
get(ab)
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between struct and union in C?
What is the difference between printf and scanf )?
What is a string?
Explain how do you print only part of a string?
What is substring in c?
What is the purpose of main() function?
What functions are in conio h?
What are the 3 types of structures?
Explain can static variables be declared in a header file?
write a program to display all prime numbers
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is difference between union All statement and Union?
What is spaghetti programming?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is file in c preprocessor?