What is the purpose of the statement: strcat (S2, S1)?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
what is the difference between #include<> and #include”…”?
Can we assign integer value to char in c?
How does pointer work in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
what are the interview question's in the language c
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
What language is windows 1.0 written?
how will you write a program on linked lists using JAVA programming???????????
what is the diffrenet bettwen HTTP and internet protocol