Computer Science, asked by mohd303, 1 year ago

plz solve the statement is true or false
1- function cannot return more than one variable at a time.
2-Function can be called either by value or reference.
3- Dose the data type of all elements in the union will be same?
4-we can allocate a 2-Dimensional array dynamically.
5-the function of free ( ) is used to release dynamically allocate memory back to the heap for possible reuse.
6- if p is a pointer then expression p=p+1; adds 1 to the value of p regardless of p's type.
7- the string "Bilbo bagging". may be stored in an array of 13 characters.
8- typedef is used to give a new name to a known data type.
9- the lifetime of a static variable is the duration of your program's execution.
10- Are the three deceleration char**apple,char*apple[],and char apple [][]same?

Answers

Answered by AlanTesla
0
1. false
2. true
3. no
4.true
5.true
6.true
7.false
8. true
9.true
10. no
Similar questions