Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the exact difference between '\0' and ""

Answers were Sorted based on User's Feedback



What is the exact difference between '\0' and ""..

Answer / hemas

'\0' is NULL character
"" is null string.

Is This Answer Correct ?    15 Yes 0 No

What is the exact difference between '\0' and ""..

Answer / guest

\0 is end of the string.
"" is empty charater, each space is also refered as
character

Is This Answer Correct ?    4 Yes 1 No

What is the exact difference between '\0' and ""..

Answer / naresh lingampally

`\0' (ascii NUL, which has value zero)
"" no spaces nothing implemented
.

I am confused can any one explain !!

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20

4 Answers  


what is difference between overriding and overloading?

1 Answers  


What is 1f in c?

0 Answers  


print the palindrome numbers in between 0 to n

1 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.

2 Answers  


Give the Output : * * * * * * * * * *

2 Answers  


code for inverse a matrix

0 Answers  


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


write a program in c to read array check element is present or not?

1 Answers  


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


Difference between MAC vs. IP Addressing

0 Answers  


Categories