What is the meaning of 2d in c?


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

Post New Answer

More C Interview Questions

int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a

2 Answers   BitWise,


What are local static variables? How can you use them?

0 Answers  


What are volatile variables?

1 Answers   Mind Tree,






How to explain the final year project as a fresher please answer with sample project

0 Answers  


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

0 Answers  


Ow can I insert or delete a line (or record) in the middle of a file?

0 Answers  


What is the real difference between arrays and pointers?

27 Answers   Hexaware, Logic Pro, TCS,


What’s the special use of UNIONS?

0 Answers   ADP,


Explain what is the benefit of using const for declaring constants?

0 Answers  


Write a C program to fill a rectangle using window scrolling

1 Answers  


Categories