Advanced_C-Programming - Paper II
Advanced_C-Programming - Paper II
1. Write a C program to read two integers using pointers and perform all arithmetic
operations.
2. Write a program to create a structure person(pid, pname, page, psalary,pcontactno)
read and display the information for ‘n’ number of person.
3. What are the difference between malloc() and calloc()?