Ramco
Ramco Placement Paper Pattern (C language)
1) A - G are 7 consecutive +ve integers not necessarily in the same order
1) B is the middle number
2) D is 3 less than c
RAMCO Placement Paper
1) A - G are 7 consecutive + ve integers not necessarily in the same order
1) B is the middle number
2) D is 3 less than c
Ramco Placement Paper (Aptitude)
Aptitude Section
Directions: Each of the following
RAMCO 'C' QUESTION PAPER
1).
main()
{
char *p1="Name";
char *p2;
p2=(char *)malloc(20);
while(*p2++=*p1++);