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 10035

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

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

19 61414

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

7 13240

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 29885

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


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

6 10688

RAMCO PLACEMENT PAPERS

1 6578

RAMCO PLACEMENT PAPERS ---- Placement Paper 2

1 8820

RAMCO PLACEMENT PAPERS ---- Placement Paper 3

1 10177

RAMCO PLACEMENT PAPERS ---- Placement Paper 4

1 6963

RAMCO PLACEMENT PAPERS ---- Placement Paper 5

1 7751

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

2 8517

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

7 21062

write a query for the fifth highest salary?

17 24467

Post New Ramco Interview Questions




Un-Answered Questions

What is dimensionality reduction?

88


How do your characteristics compare to the profile of the ideal manager that you just described?

3162


How to test 404 page in QA

2504


What are the custom fields in wordpress? How to display it?

177


IN WCDMA(WIDE CODE DIVISION MULTIPLE ACCESS)WHICH ONE FREQUENCY HOPPING IS USED EITHER FAST FREQUENCY OR SLOW FREQUENCY HOPPING,SAY IN DETAILS

2500


Explain the various objects in dataset.

997


Why does my insert statement fail?

39


How can your application perform actions that are provided by other application e.g. Sending email?

918


create a job that splits the data in the Jobs.txt file into four output files. You will direct the data to the different output files using constraints. • Job name: JobLevels • Source file: Jobs.txt • Target file 1: LowLevelJobs.txt − min_lvl between 0 and 25 inclusive. − Same column types and headings as Jobs.txt. − Include column names in the first line of the output file. − Job description column should be preceded by the string “Job Title:” and embedded within square brackets. For example, if the job description is “Designer”, the derived value is: “Job Title: [Designer]”. • Target file 2: MidLevelJobs.txt − min_lvl between 26 and 100 inclusive. − Same format and derivations as Target file 1. • Target file 3: HighLevelJobs.txt − min_lvl between 101 and 500 inclusive. − Same format and derivations as Target file 1. • Rejects file: JobRejects.txt − min_lvl is out of range, i.e., below 0 or above 500. − This file has only two columns: job_id and reject_desc. − reject_desc is a variable-length text field, maximum length 100. It should contain a string of the form: “Level out of range: ”, where is the value in the min_lvl field. My Question is how do you write the stage variable for reject rows.

2722


tell me is there a space limitation on the exchange server?

7


What are the new media element in HTML 5 other than audio and video?

854


To operate 4 ac of 2 tons how kva genatator need

1568


What is samplers and thread groups?

604


Is there a free version of mysql?

942


What are the features of tableau 8.3?

372