GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Sun  >  Technical
Next Question 
 Technical  |  Question 1 of 25    Print  
For the following program.
struct XXX
{int a;
float b;
char *s;
}X;
If optimization :X not used in compiler then unused bits_________________.
Give your assumption_______________.


  
Total Answers and Comments: 0 Last Update: November 11, 2005   
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

For the following program. struct XXX {int a; float b; char *s; }X; If optimization :X not used in compiler then unused bits_________________. Give your assumption_______________.

Give the output of the following program struct XXX {int a:6; float b:4; char s; }structure; size of (structure);

Latest Answer : 64 bits (1 int =2, 1 float =4 , 1 char pointer 2 = 2 : total 8 byte so 64 bits) ...

Give the difference between monolithic and microlithic kernal: A. monolithic large B. microlithic used in embedded systems. C. none

Give the output of the following program main() {char *s; s="hot java"; strcpy(s,"solarrs java") }

Give the output of the following program when redirected to a screen what will be printed? main() {printf("hot java"); fork() exit(0); }

Give the output of the following program when redirected to file what will be printed. main() {printf("hot java"); fork() exit(0); }

Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

Find the error in the following program struct point {struct point *next; int data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }


 Sponsored Links

 
Related Articles

Supply Chain Optimization

Supply Chain Optimization With the advances in logistics and supply chain management technology in recent years there’ s been an explosion of interest in the topic of Supply Chain Optimization” While many businesses leaders have heard the term used few know exactly what Supply
 

What is Data Optimization

Data Optimization is a process that prepares the logical schema from the data view schema. It is the counterpart of data de-optimization.  Data optimization is an important aspect in database management in particular and in data warehouse management in general. Data optimizations is most co
 

How to develop compile and run a C program

The steps involved in building a C program are: 1. First program is created by using any text editor and the file is stored with extension as .c 2. Next the program is compiled. There are many compilers available like GNU C compiler called as gcc, Sun compiler, Borland compiler which is pop
 

Data Warehouses Non Technical Issues

Data Warehouses Non Technical Issues When companies get ready to implement a data warehouse few of them pay attention to the political issues that may surround it It must be emphasized that politics can reduce the chances for success with a data warehouse project and I want to warn companies against
 

Technical Aspects of CRM

Technical Aspects of CRM While it must be emphasized that CRM is not a technology there are a number of technical issues that need to be considered when a company decides to implement a CRM system The first technical issue that needs to be analyzed is scalability In a nutshell the CRM system must be
 

Quality Aspects to Check While Writing COBOL Program

Quality Aspects to Check While Writing COBOL Program This article gives a general list which the programmer must check while delivering programs developed in COBOL This can also be used as a general checklist for checking quality of the COBOL program developed mosgoogle Quality is a vital factor fo
 

Basic concepts of OOPS and Structure of C++ program

Basic concepts of OOPS and Structure of C program In this tutorial you will learn about Objects Classes Inheritance Data Abstraction Data Encapsulation Polymorphism Overloading Reusability Before starting to learn C it is essential that one must have a basic knowledge of the concepts of Object orie
 

Online Degree Program Information

Online Degree Program Information While the concept of distance learning is not recent the use of the internet to earn degrees online is a relatively new concept The beginning of what would become a revolution in education started in the middle of the 1990s mosgoogle It was during this time that hig
 

ASP.NET Technical Practice Test

ASP NET Technical Practice Test This article provides details about ASP NET Technical Online Practice Test which is made available at geekinterview com Questions are generated randomly each time you take the test Online Practice Test is made available to everyone you too can take the test and get yo
 

C# Technical Practice Test

C Technical Practice Test This article provides details about C Online Practice Test which is made available at geekinterview com Questions are generated randomly each time you take the test Online Practice Test is made available to everyone you too can take the test and get your score assessed mosg
 

Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape