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
Why flag is used in c?
Can we declare variable anywhere in c?
What are the 4 types of programming language?
What is extern variable in c with example?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Explain what is the advantage of a random access file?
What is header file definition?
What are the properties of union in c?
What is the significance of c program algorithms?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Hi can anyone tell what is a start up code?
Write a program to check prime number in c programming?
What is the g value paradox?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the method to save data in stack data structure type?