What is null in c?


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

Post New Answer

More C Interview Questions

Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


What are predefined functions in c?

0 Answers  


What is s or c?

0 Answers  


What is the explanation for the dangling pointer in c?

0 Answers  






how can u print a message without using any library function in c

1 Answers   NIIT,


What is the difference between array_name and &array_name?

0 Answers  


Explain what is meant by high-order and low-order bytes?

0 Answers  


what are bps & baud rates? differentiate these two?

2 Answers   TCS,


Write a program to find the given number is odd or even without using any loops(if,for,do,while)

4 Answers   CNC, Gokul,


main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason

6 Answers   CSC,


What is typeof in c?

0 Answers  


Categories