|
| Total Answers and Comments: 1 |
Last Update: July 07, 2006 |
|
| | |
|
No best answer available. Please pick the good answer available or submit your answer. |  Latest Answer : The compiler will give an error "undefined symbol I". ... Latest Answer : Hello..I feel the answer is that this will not work.f is undefined.printf statement should be rectified.c ya. ...
dcba
Latest Answer : this is so simple queue has abstraction of FIFO so ans is dcba ...
x is underlined in exit
Main()
{
printf("%c","abcdef"[4]);
}
what is the output?
A. abcdef
B. d
C. e
D. ERROR
Main()
{ char dummy[20]; scanf("%[^a]",dummy);
printf("%s", dummy); }
What will it do?
A. ERROR
B. take characters till ctrl z is pressed
C. take up to 19 characters
D. none of these
What is the output of the following code?
int main ()
{
int i = -1 ; j = 1 , k = 0 , m ;
m = i++ || j++ && k++ ;
printf ("nn%d %d %d " , i , j , k , m ) ;
}
Main()
{
i=10;
printf("%d",++i++);
printf("%d",++i);
}
A. 11 and 13
B. 12 and 13
C. error
D. Both A and B
Main()
{
int a[]={0 1 2 3};
int *b;
b=&a[2];
printf("%d",b[-1]);
}
TECHNICAL INTERVIEW Latest Answer : fact(n)where fact(int n) is the function with code k = n*fact(n-1) and returns k ...
C++ Standard Input Output Stream | |
C Standard Input Output Stream In this C tutorial you will learn about standard input stream and standard output stream explained along with syntax and examples C programming language uses the concept of streams to perform input and output operations using the keyboard and to display information on |
|
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 |
|
C Programming - Managing Input and Output Operations | |
C Programming Managing Input and Output Operations In this tutorial you will learn about Single character input output String input and output Formatted Input For Scanf Input specifications for real number Input specifications for a character Printing One Line Conversion Strings and Specifiers Speci |
|
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 |
| |
|