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 8108

#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 14253

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

19 53689

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

7 10721

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 26823

#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 9035


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

6 8186

RAMCO PLACEMENT PAPERS

1 5594

RAMCO PLACEMENT PAPERS ---- Placement Paper 2

1 7876

RAMCO PLACEMENT PAPERS ---- Placement Paper 3

1 9228

RAMCO PLACEMENT PAPERS ---- Placement Paper 4

1 6044

RAMCO PLACEMENT PAPERS ---- Placement Paper 5

1 6801

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

2 7204

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

7 18592

write a query for the fifth highest salary?

17 19350

Post New Ramco Interview Questions




Un-Answered Questions

Explain Single View Testing ?

959


Name the connections does microsoft sql server support?

466


Which is better django or php?

182


pl. give me the list of top jobs website to register i have 2Yrs. Experience in manual testing

1634


Construct a doubly linked list using a single pointer in each node?

523






Can you explain indexing?

220


Instrumentation Safe Guarding test. How to determine the interval time of the test. eg:Halfyearly,Every year,Every three years etc.

1617


When you walk in the Apple Store as a customer, what do you notice about the store/how do you feel when you first walk in?

929


Explain to find resistance?

564


what is voltage drop?

600


What is heap size in tomcat?

420


What is the similarity between a Structure, Union and enumeration?

546


What is the surrogate key?

609


What is informatica metadata and where is it stored?

561


plz send me the apptitude question papers of wipro

1652