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 |
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
There seem to be a few missing operators ..
What are the advantages of using linked list for tree construction?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
what is C?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
how to make a scientific calculater ?
What is the difference between fork() and vfork()?
wap to print "hello world" without using the main function.
What are the types of data files?