How many main () function we can have in a project?
No Answer is Posted For this Question
Be the First to Post Answer
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
Do pointers store the address of value or the actual value of a variable?
Differentiate Source Codes from Object Codes
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
How can I insert or delete a line (or record) in the middle of a file?
Why c is called top down?
What does a run-time "null pointer assignment" error mean?
What are the string functions? List some string functions available in c.
What are pointers? Why are they used?
What is the difference between CV and Resume ?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }