w

 

Free SAP Netweaver Tutorials & InterviewQuestions

Home

 

SAPAG.CO.IN in this website you can find SAP Related Tutorials, like SAP ABAP ,SAP Meterial Management (MM),SAP Customer Relationship Management (CRM),MySAP,SAP Finance And Controling (FICO),SAP Sales And Distribution (SD),SAP Business Warehousing (BW),SAP Netweaver,SAP Exhcange Infrastructure (XI ),SAP Enterprise Portal (EP) ,SAP Master Data Management (MDM),SAP Web Application Server (WAS),SAP Mobile Infrastructure (MI ),SAP Business Intelegent (BI ) ,SAP Knowledge Management (KM ) and Maney more..... Tutorials @ single point.

 

 

SAP C INTERVIEW QUESTIONS

You Like IT? Share it ?

C INTERVIEW QUESTIONS

    1. What is the difference between char *a and char a[]?
    2. What is a NULL pointer? How is it different from an unitialized pointer? How is a NULL pointer defined?
    3. What is a memory leak?
    4. What is the difference between malloc() and calloc()?
    5. What are macros ?
    6. How do you reverse a singly linked list? How do you reverse a doubly linked list? Write a C program to do the same
    7. Given only a pointer to a node to be deleted in a singly linked list, how do you delete it?
    8. How do you sort a linked list? Write a C program to sort a linked list.
    9. How do you reverse a linked list without using any C pointers?
    10. How would you detect a loop in a linked list? Write a C program to detect a loop in a linked list
    11. Write a C program to find the depth or height of a tree
    12. Write a C program to determine the number of elements (or size) in a tree.
    13. Write a C program to delete a tree (i.e, free up its nodes)
    14. Write C code to determine if two trees are identical
    15. Write a C program to find the mininum value in a binary search tree.
    16. Write a C program to compute the maximum depth in a tree?



     


    You Like IT? Share it ?

     

.


.