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 9030

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

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

19 57684

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

7 11841

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 28180

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


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

6 9123

RAMCO PLACEMENT PAPERS

1 5949

RAMCO PLACEMENT PAPERS ---- Placement Paper 2

1 8223

RAMCO PLACEMENT PAPERS ---- Placement Paper 3

1 9559

RAMCO PLACEMENT PAPERS ---- Placement Paper 4

1 6416

RAMCO PLACEMENT PAPERS ---- Placement Paper 5

1 7209

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

2 7631

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

7 19451

write a query for the fifth highest salary?

17 21269

Post New Ramco Interview Questions




Un-Answered Questions

You are a project manager for a new software development project. You have a few activities that require specialized testing. The testing might need to be repeated more than once. Which of the following do you choose? A. The Graphical Evaluation and Review Technique because it allows for conditional branching and looping for the testing activity B. The Critical Path Method because it allows for float time to be calculated for the testing activity C. The Program Evaluation and Review Technique because it allows for conditional branching and looping for the testing activity D. The Program Evaluation and Review Technique because it allows for a weighted average distribution, which will even out the time needed for the testing activity

618


What is mean effective press?

1788


Does google analytics support real-time data?

99


What is update mode for master data?

1825


Name some declarative rules?

299






How to test java applications and what settings you need to do?

808


How to declare a variable in kotlin?

159


Explain the difference between call by value and call by reference in c language?

826


What are rpa robots?

1


What is PBX Testing & What is Test coverage?

10332


How do I create my own document type?

748


Explain a path in unix.

678


What is the instance of a relation?

675


You are the project manager for a construction company that is building a new city and county office building in your city. Your CCB recently approved a scope change. You know that scope change might come about as a result of all of the following except: A. Schedule revisions B. Product scope change C. Changes to the agreed-upon WBS D. Changes to the project requirements

677


Where does Parallel flow heat exchanger use?

1775