Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Ramco Interview Questions
Questions Answers Views Company eMail

#include main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 8235

#include main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 14357

main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 54375

main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 10886

Given that a,b,c,d,e each represent one of the digits between 1-9 and that the following multiplication holds a b c d e 4 ---------- e d c b a What digit does e represent a) 4 b) 6 c) 7 d) 8 e) none

8 27042

#include int SumElement(int *,int); void main(void) { int x[10]; int i=10; for(;i;) { i--; *(x+i)=i; } printf("%d",SumElement(x,10)); } int SumElement(int array[],int size) { int i=0; float sum=0; for(;i 5 9189


const char * char * const What is the differnce between the above tow?.

6 8296

RAMCO PLACEMENT PAPERS

1 5632

RAMCO PLACEMENT PAPERS ---- Placement Paper 2

1 7930

RAMCO PLACEMENT PAPERS ---- Placement Paper 3

1 9268

RAMCO PLACEMENT PAPERS ---- Placement Paper 4

1 6098

RAMCO PLACEMENT PAPERS ---- Placement Paper 5

1 6859

What are triggers? How many triggers you can have on a table?

2 7254

What is the main difference between Client side JavaScript and and Server side Java Script?

7 18718

write a query for the fifth highest salary?

17 19638

Post New Ramco Interview Questions




Un-Answered Questions

What is a test severity and test priority? difference between them with suitable examples?

1313


What is a CP?

707


Does php require a web server?

517


Explain static nested classes ?

599


how can I enable daos automatically for all new mailfiles?

5






Explain the difference between wordpress categories and tags.

104


officer say me - i am offered to a smoking , then what can you say

1586


What does subquery mean in sql?

544


How does azure cloud work?

266


What is map function in python?

481


radar

2240


Can we declare a class as static?

598


How can I repair my external hard drive without losing data?

564


How can we inherit a static variable?

548


What is sonar?

523