Answer Posted / guest
20 Questions 1 hour time duration.
all are theory questions.
1) 8085 address lines and memory range.?
2) swapping of two numbers with out using third variable?
3) a piece of work done in 20,30,60 days(A,B,C) respectively. A takes help
of B and C. In how many he completes the work.?
4) #include<stdio.h>
void main()
{
int i=-1,j=-1,k=0,l=1,m;
m=i++&&j++&&k++||l++;
printf("%d%d%d%d%d",i,j,k,l,m);
} explain why.?
5)#include<stdio.h>
int main()
{
int i;
char s[3]="man";
for(i=0;i<3;i++)
{
printf("\n%c%c%c%c",s[i],i[s],*(i+s),*(s+i));
}
return 1;
}
6)#include<stdio.h>
int main()
{
extern int i;
i=20;
printf("%d",i);
return 1;
}
7) difference between function overloading and operator overloading.?
8) Triangle(ans : 12) How many triangles are there inside the triangle.?
9) How Variables declared in C are different from c++?
10) What is the use of enum data type?
11) What is array of pointers and pointers of array.?
12) What is copy constructor ?
13) What is dangling pointer?
.........
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is placement paper?
If anybody knows the recruitment procedure of IOTL & POWER MECHANICAL. send me the placement papers if u hav... very urgent ...
Zero setting of sejong rottary press
Hi.. Guys Im pranitha, presently im working in a organisation & im look for job at MNC's like DELL, Delloitte, Bank of America, Genpect, etc., I have completed B.com . Pls help me...
what is the use of air in gc
how did you celebrate your last birthday?
what is difference between uv and visible spectroscopy and how to differentiate the drug compounds in uv visible region
email me previous question papers of bob bank for po exams
what is bidirectional?
why didn't get placed so far?
your project to describe and tell about : 1. My favorite things 2. My favorite places at home 3. Animals *Choose one of them to describe *Write on your paper *If you done, Send me *Did you get it
Recently conducted Apptitude test
Danlaw placement questions and answers
my question is : reverse a string in COBOL program (please write a code asap) input file: 1234abcdef output file: 8765_____ abc*$#1___ 1_2_3_4__ cdef____ghi h_k_z_a__ a_z_k_h___ ihg____ghi 4_3_2_1___ 1#$*cba__ ______5678 fedcb4321
What kind of Issues/bugs arise in ETL projects? I would like to know few issues (critical to somewhat bugs ) normally occur in ETL process especially when testing? Domains can be banking, retail or any.