What does d mean?


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

Post New Answer

More C Interview Questions

explain memory layout of a C program

2 Answers  


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


What is the best organizational structure?

0 Answers  






Explain what does it mean when a pointer is used in an if statement?

0 Answers  


write a program to display & create a rational number

1 Answers   HCL, TCS,


hi any body pls give me company name interview conduct "c" language only

0 Answers  


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


What is double pointer in c?

0 Answers  


Can we initialize extern variable in c?

0 Answers  


Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


Categories