What is the difference between NULL and NUL?


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

Post New Answer

More C Interview Questions

#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


How can I get random integers in a certain range?

0 Answers  


What are types of structure?

0 Answers  


What is a floating point in c?

0 Answers  






what is ur strangth & weekness

0 Answers   Cognizant, LG Soft, NetEnrich,


What is the usage of the pointer in c?

0 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


How can I sort more data than will fit in memory?

0 Answers  


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,


write a program whose output will be- 1 12 123 1234

10 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


Categories