character array A[12] can hold
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / hardeep singh
this question is wrong. array name should be in small
letter.because c and c++ are case senstive.
| Is This Answer Correct ? | 0 Yes | 8 No |
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
What is mean by data types in c?
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
what is the difference b/w NULL and null?
how to introdu5ce my self in serco
What is "Duff's Device"?
What is pre-emptive data structure and explain it with example?
how should functions be apportioned among source files?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
Explain how do you list files in a directory?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is meant by int main ()?