What is typedef struct in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I set an array's size at run time?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is %g in c?
What is array of structure in c?
How do you initialize pointer variables?
What are the different types of control structures?
How to add two numbers without using semicolon n c????
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is meant by inheritance?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
given post order,in order construct the corresponding binary tree
User define function contain thier own address or not.