What is a pointer and how it is initialized?
Explain what are header files and explain what are its uses in c programming?
what is function pointer?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
What is the condition that is applied with ?: Operator?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
What are static variables, and where are they stored?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is typedf?
Explain what is operator promotion?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
4. main() { int c=- -2; printf("c=%d",c); }
1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..