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 ""

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the scope of static variables?

1106


How old is c programming language?

1063


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2884


a value that does not change during program execution a) variabe b) argument c) parameter d) none

1290


What does %c do in c?

1051


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

2030


What are identifiers and keywords in c?

1198


What are header files in c programming?

1180


Write a program to print fibonacci series using recursion?

1131


What does %c mean in c?

1139


why return type of main is not necessary in linux

2151


What is substring in c?

1258


What are the advantages and disadvantages of a heap?

1258


If I have a char * variable pointing to the name of a function ..

1228


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

2108