Explain what is output redirection?
No Answer is Posted For this Question
Be the First to Post Answer
Why clrscr is used 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?
How do I swap bytes?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
What are the types of type specifiers?
pierrot's divisor program using c or c++ code
what is the difference between structure and union?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
Explain how can you tell whether two strings are the same?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
what different between c and c++