Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 9834

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

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

19 60593

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

7 12965

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 29520

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


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

6 10405

RAMCO PLACEMENT PAPERS

1 6478

RAMCO PLACEMENT PAPERS ---- Placement Paper 2

1 8712

RAMCO PLACEMENT PAPERS ---- Placement Paper 3

1 10038

RAMCO PLACEMENT PAPERS ---- Placement Paper 4

1 6878

RAMCO PLACEMENT PAPERS ---- Placement Paper 5

1 7667

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

2 8374

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

7 20680

write a query for the fifth highest salary?

17 23799

Post New Ramco Interview Questions




Un-Answered Questions

Why is Apache Spark faster than Hadoop MapReduce?

607


What is the difference between paragraph indenting and page margin?

564


Explain about the features and elements present in Visual studio.NET IDE?

1031


Which of the following is true regarding the project charter? A. The project charter should be published under the name of a manager external to the project. B. The project charter should be published under the project sponsor's name. C. The project charter should be published under the name of the project manager. D. The project charter should be published under the name of the project champion.

1034


What is the use of f5 key in powerpoint?

345


What is the meaning of excise duty?

642


What is difference between map and flatmap?

271


what is earliest retroactive accounting period

914


What are global variables in php?

910


whats the differance between ABM and MR.

5053


What is a python module?

875


Can you compress a powerpoint file?

331


What is Icu and Ics and what is difference b/w them. please tell me how to calculate a size of a copper bar for a system or a breaker... reply on... king.arish@gmail.com would be waiting for a logical answer.

2412


What is purpose of circular paths?

409


What is the difference between a smart worker and hard Worker.

1011