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
How can I split up a string into whitespace-separated fields?
How are Structure passing and returning implemented by the complier?
What is substring in c?
Write a program to print fibonacci series without using recursion?
When is a void pointer used?
What are the different file extensions involved when programming in C?
How can I call a function with an argument list built up at run time?
what are bit fields? What is the use of bit fields in a structure declaration?
What is the difference between null pointer and wild pointer?
Is sizeof a keyword in c?
how logic is used
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
What are the features of c languages?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What are keywords c?