:: C Language Interview Questions ::

Click on >> (Arrow for More Questions) 

  Answer/Explaination : 


Compiler Error : Type mismatch in redeclaration of function display 


(Exp) :
In third line, when the function display is encountered, the compiler 
doesn't know anything about the function display. It assumes the arguments and return 
types to be integers, (which is the default type). When it sees the actual function display, 
the arguments and type contradicts with what it has assumed previously. Hence a compile 
time error occurs.
 
 

Next >>

 
 

Quick Links

| Home | C Language | All India Entrances | Previous Year Papers | Software Projects

| Project Reports | Job Alerts & Notifications | Technical Interview Questions |

| Audio Visual Notes |