What is a null string in c?


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

Post New Answer

More C Interview Questions

what does ‘segmentation violation’ mean?

1 Answers  


Write a program in C to reverse a number by recursive function?

1 Answers  


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


what is the difference between #include<stdio.h> and #include"stdio.h" ?

6 Answers   TCS,


in malloc and calloc which one is fast and why?

1 Answers  






explain what are actual arguments?

0 Answers  


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

0 Answers  


What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


Tell me what are bitwise shift operators?

0 Answers  


What is preprocessor with example?

0 Answers  


Categories