What is indirection in c?
how to write a program which adds two numbers without using semicolon in c
Explain what is the use of a semicolon (;) at the end of every program statement?
What is data types?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
How do we print only part of a string in c?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
what is the disadvantage of using macros?
In scanf h is used for
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 op? for(c=0;c=1000;c++) printf("%c",c);
What is the process of writing the null pointer?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?