What does %p mean?


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

Post New Answer

More C Interview Questions

Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

0 Answers  


How would you print out the data in a binary tree, level by level, starting at the top?

6 Answers   Amazon, Microsoft,






What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


Are the variables argc and argv are local to main?

0 Answers   TISL,


Explain the use of keyword 'register' with respect to variables.

0 Answers  


what is a function prototype?

1 Answers  


wht is the difference between KPO and BPO ?

2 Answers   Accenture, BPO, HCK, HCL, Infosys,


What is a good data structure to use for storing lines of text?

0 Answers  


formula to convert 2500mmh2o into m3/hr

0 Answers  


Categories