will u give me old quesrion papers for aptitude for L & t
info tech?
What is union and structure?
What is meant by gets in c?
What are the different types of control structures?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
What is return type in c?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
write a program which counts a product of array elements lower than 10.
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)