What is #define size in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value

4 Answers   TCS,


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,


Can main () be called recursively?

0 Answers  


How do you redirect a standard stream?

0 Answers  






In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  


how to find out the union of two character arrays?

2 Answers  


Can the “if” function be used in comparing strings?

0 Answers  


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


What are the different types of constants?

0 Answers  


Categories