Answer Posted / riyaz
array is collection of similar ans non-similar of data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using new operator as compared to the function malloc ()?
Why cant I open a file by its explicit path?
What is register variable in c language?
Why pointers are used in c?
What is int main () in c?
What is the use of parallelize in spark?
Explain spaghetti programming?
Is it possible to pass an entire structure to functions?
What is the difference between functions abs() and fabs()?
Does sprintf put null character?
What is a nested loop?
what is the format specifier for printing a pointer value?
What is the benefit of using const for declaring constants?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.