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 8172

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

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

19 54026

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

7 10787

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 26912

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


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

6 8228

RAMCO PLACEMENT PAPERS

1 5610

RAMCO PLACEMENT PAPERS ---- Placement Paper 2

1 7897

RAMCO PLACEMENT PAPERS ---- Placement Paper 3

1 9246

RAMCO PLACEMENT PAPERS ---- Placement Paper 4

1 6067

RAMCO PLACEMENT PAPERS ---- Placement Paper 5

1 6826

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

2 7227

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

7 18661

write a query for the fifth highest salary?

17 19436

Post New Ramco Interview Questions




Un-Answered Questions

How do you create a custom action for an item in a list?

401


How do the rough endoplasmic reticulum and the Golgi apparatus act in the production and releasing of proteins?

460


What is awe?

559


What is quantifiers in reference linq to dataset?

83


What is wordpress in microsoft azure?

296






How to use timestamp datatypes

1568


what is Mixin in Rails?

519


Draw network configuration and protocol layer interface architecture for a multiprotocol bridge that interconnects an Ethernet LAN to a token-ring LAN.

3265


Hi, I've a mapping with flat file source The target update override property for the target table is using update stmt. There is no update strategy between source and target. Also The session has the target properties as Insert , Update as update options checked. Does this mean that recs will be inserted only and the update override will not be applied at all. Thanks

1363


what is the use of schema in biztalk and why we use schema?

1322


How to import invoices into oracle receivables?

471


What are dynamic data structures?

640


Why is msvcp140 dll missing?

476


What is cast?

612


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

635