Is null always defined as 0(zero)?


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

Post New Answer

More C Interview Questions

what is a non volatile key word in c language?

1 Answers  


what is dangling pointer?

1 Answers   LG Soft,


What is c variable?

0 Answers  


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


Write a c program to demonstrate Type casting in c?

2 Answers  


what is event driven software and what is procedural driven software?

0 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


Explain how can I manipulate strings of multibyte characters?

0 Answers  


can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...

7 Answers  


though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks

3 Answers   State Bank Of India SBI,


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


Define recursion in c.

0 Answers  


Categories