What is the use of #define preprocessor in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to remove occurrences the word from entered text?
praagnovation
What is data structure in c and its types?
What is scope rule in c?
What is difference between structure and union?
What is the process to create increment and decrement stamen in c?
Explain can static variables be declared in a header file?
What is the difference between far and near ?
Write a program to find factorial of a number using recursive function.
Describe the steps to insert data into a singly linked list.
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
What is a far pointer in c?