Question
also Asked @
Answers
Views
select
use of IN/ANY/ALL 3 831
What is integrity constraints? 3 695
select 1,col1,col2 from table1. output? 3 709
Do view contain data? 2 888
write a query for the fifth highest salary? Matlabs 9 1308
What is the main difference between Client side JavaScript
and and Server side Java Script? 4 4551
What are triggers? How many triggers you can have on a
table? 0 135
RAMCO PLACEMENT PAPERS ---- Placement Paper 5 1 946
RAMCO PLACEMENT PAPERS ---- Placement Paper 4 1 648
RAMCO PLACEMENT PAPERS ---- Placement Paper 3 1 912
RAMCO PLACEMENT PAPERS ---- Placement Paper 2 1 712
RAMCO PLACEMENT PAPERS 1 693
const char *
char * const
What is the differnce between the above tow?.
5 1702
#include<stdio.h>
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<size;i++)
sum+=array[i];
return sum;
}
output? 5 711
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
HCL 4 875
E-Mail New Answers
Answer Selected Questions
[1] 2 Next