character array A[12] can hold

Answer Posted / manish malik

It will hold the character A[0}....A[11.and hold the null
character at a[12] position.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are structure types in C?

660


The __________ attribute is used to announce variables based on definitions of columns in a table?

669


What is hashing in c?

638


Can you explain the four storage classes in C?

639


develop algorithms to add polynomials (i) in one variable

1734






How will you print TATA alone from TATA POWER using string copy and concate commands in C?

916


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1630


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

636


what do you mean by inline function in C?

607


What is c language and why we use it?

614


What is a program flowchart and how does it help in writing a program?

655


What is #include stdio h and #include conio h?

592


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1490


writ a program to compare using strcmp VIVA and viva with its output.

1519


How will you find a duplicate number in a array without negating the nos ?

1637