What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
No Answer is Posted For this Question
Be the First to Post Answer
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What is table lookup in c?
What is pointer to pointer in c language?
where do we use structure pointer?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
a=5 a=a++/++a
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
What are actual arguments?
what is the difference between structural,object based,object orientd programming languages?
Explain what is #line used for?