What is the scope of static variables?
Write a program to print fibonacci series without using recursion?
What is the use of #include in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
Explain the term printf() and scanf() used in c language?
What is the purpose of sprintf?
How do I read the arrow keys? What about function keys?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
how to write a c program to print list of fruits in alpabetical order?
What is the use of linkage in c language?
A C E G H +B D F A I ------------ E F G H D