write a program to concatenation the string using switch
case?
No Answer is Posted For this Question
Be the First to Post Answer
Can we initialize extern variable in c?
What are the general description for loop statement and available loop types in c?
main() { int a[10]; printf("%d",*a+1-*a+3); }
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
How can I copy just a portion of a string?
Is void a keyword in c?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
How many types of errors are there in c language? Explain
What is array within structure?
What are shell structures used for?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }