i want to know the procedure of qualcomm for getting a job
through offcampus
No Answer is Posted For this Question
Be the First to Post Answer
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
how we can say java is platform independent, while we require JVM for that particular Operating System?
What is the difference between typedef and #define?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
What are the types of bitwise operator?
Explain how can you tell whether two strings are the same?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
Explain how can you determine the size of an allocated portion of memory?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
what is the difference between structural,object based,object orientd programming languages?