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

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 26857

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 19307

main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 18164

#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?

4 20124

#include main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 10005

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

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

19 61292

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

7 13203

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


1) One mason per day how many cu.m work will do as per list given a) Brick work,hollow brick work and cc block work and plastering how many m2 per day 2) one carpenter per day how many m2 will do as well as scaffolding how many m3

12 232875

import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 6601

how to get the salary in descending order with out using the keyword desc in sql

5 10391

Post New Ramco Interview Questions




Un-Answered Questions

Explain cmm?

1107


What is the self-antigen for insulin dependent diabetes mellitus?

538


explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration

923


What is ctrl w in excel?

635


Tell me can the size of an array be declared at runtime?

1033


which screen support consultant uses in support project?

2191


What is the benefit of autosum?

615


What is JDBC Connection? Explain steps to get Database connection in a simple java program.

1158


Where do we get the QTP and Load runner softwares CDs ( Original ) in chennai

2229


Explain the difference between access specifier and access modifier in c#?

979


234 MVA Generator 3 phase Short circuit current Values required? Gen set Rating-234 MVA, Gen Voltage-18kv, PF;0.8, Xdv:23.5 %, Transformer Rating-18/380KV, 680MVA,Yndd1 two winding, Step up TR, ZT:35.50 %,X/R 4.33 Gen CB Position, CB open ,Disconnected open, Generator Running Voltage 18 Kv, Bi mistakes generator side earth switch Closed during that time short circuit current level in 3 Phase required, and how to test on site 234MVA Generator Short circuit current,

2018


What is a file in computer terms?

1019


exolain the star delta connection

2667


How to troubleshoot if you get the error as application pool is hanges?Answer me in step by step procedure?

2454


How to connect oracle, sql server with openspan?

3