Why is c fast?
No Answer is Posted For this Question
Be the First to Post Answer
Can two or more operators such as and be combined in a single line of program code?
. Write a program to get a string and to convert the 1st letter of it to uppercase
What is the purpose of the statement: strcat (S2, S1)?
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 can we use static and extern?and where can we use this?
What is the -> in c?
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
What is nested structure with example?
Dont ansi function prototypes render lint obsolete?
What are formal parameters?
what is the difference between NULL('\0') and 0?