What does d mean?


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

Post New Answer

More C Interview Questions

What are the advantages of Macro over function?

1 Answers  


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


How many types of sorting are there in c?

0 Answers  


how to add our own function in c library please give details.?

1 Answers   TCS,


What is a Genralised LInked List?? Please give a detailed explation of it..

1 Answers  






What is the right type to use for boolean values in c?

0 Answers  


What is far pointer in c?

0 Answers  


What is %lu in c?

0 Answers  


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


Write a program for Overriding.

0 Answers  


Describe static function with its usage?

0 Answers  


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


Categories