hi send me sample aptitude papers of cts?
No Answer is Posted For this Question
Be the First to Post Answer
Why is C language being considered a middle level language?
Explain what are the different data types in c?
what is the c.
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
without using arithmatic operator solve which number is greater??????????
What does s c mean in text?
What is sparse file?
What is the difference between text and binary modes?
What are the different data types in C?
What are the different types of pointers used in c language?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
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