character array A[12] can hold

Answer Posted / naresh lingampally

What is this null string;
array addresses would be a[0]..a[11] if i am not wrong ...
so a[11] accepts(can store) up to 11 character elements
so can any one explain.....

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #include stdio h?

677


Which is the memory area not included in C program? give the reason

1499


What is the purpose of the preprocessor directive error?

673


Where can I get an ansi-compatible lint?

634


When should the register modifier be used? Does it really help?

607






What is sizeof c?

604


Are there constructors in c?

588


What’s a signal? Explain what do I use signals for?

603


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1196


Which programming language is best for getting job 2020?

605


What are the advantages of using macro in c language?

585


Explain the advantages of using macro in c language?

572


What are global variables?

640


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.

1491


What are header files in c?

614