#ifdef TRUE
int I=0;
#endif

main()
{
int j=0;
printf("%d %d\n",i,j);
}

Answer Posted / vignesh1988i

compailer error

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1630


What are the types of c language?

560


What is array in c with example?

618


List the difference between a While & Do While loops?

640


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2174






What is the basic structure of c?

558


Explain void pointer?

593


Can true be a variable name in c?

560


What is a node in c?

551


What is the difference between single charater constant and string constant?

625


What is the best way to comment out a section of code that contains comments?

785


How can you return multiple values from a function?

635


where are auto variables stored? What are the characteristics of an auto variable?

596


How can I read and write comma-delimited text?

622


Explain is it better to bitshift a value than to multiply by 2?

719