how many types of operators are include in c language
a) 4
b) 6
c) 8
d) 12
No Answer is Posted For this Question
Be the First to Post Answer
How to add two numbers with using function?
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
What is an expression?
Which one would you prefer - a macro or a function?
Explain the advantages of using macro in c language?
what is the use of pointers
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
What functions are used in dynamic memory allocation in c?
about c language
ABCDCBA ABC CBA AB BA A A
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..
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply