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

how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


Can you please explain the scope of static variables?

0 Answers  


What are function pointers? Provide an example.

1 Answers  


Why is c called a mid-level programming language?

0 Answers  


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


How macro execution is faster than function ?

0 Answers   Wipro,


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


what is the difference between c and c++?

7 Answers  


what is uses of .net

0 Answers  


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


Categories