hi send me sample aptitude papers of cts?
No Answer is Posted For this Question
Be the First to Post Answer
With the help of using classes, write a program to add two numbers.
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What language is windows 1.0 written?
What is hashing in c language?
#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?
How is actual parameter different from the formal parameter?
What is the maximum length of an identifier?
What is operator promotion?
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
Why is sprintf unsafe?
Who is the main contributor in designing the c language after dennis ritchie?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,