write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Differentiate between the = symbol and == symbol?
What is union and structure?
Explain how do you sort filenames in a directory?
Write a program to print all permutations of a given string.
What are two dimensional arrays alternatively called as?
What does typedef struct mean?
List some basic data types in c?
What is void main ()?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is 'bus error'?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Process by which one bit pattern in to another by bit wise operation is?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is the advantage of c?