Answer Posted / subha raman
it simply refers to the value stored in a[4]..."*" denotes
the value stored and "&" denotes the address of the
pointer..
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
write a program to print largest number of each row of a 2D array
What is gets() function?
In a switch statement, explain what will happen if a break statement is omitted?
What is meant by 'bit masking'?
Explain how can I convert a number to a string?
What is wrong with this initialization?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is the use of sizeof () in c?
What is switch in c?
How does struct work in c?
Mention four important string handling functions in c languages .
How can you read a directory in a C program?
What are the 4 types of organizational structures?
What is the newline escape sequence?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3