What is 2c dna?
No Answer is Posted For this Question
Be the First to Post Answer
What is a structure member in c?
How to write c functions that modify head pointer of a linked list?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Difference Between embedded software and soft ware?
What does return 1 means in c?
what will be the output for the following main() { printf("hi" "hello"); }
When would you use a pointer to a function?
Explain output of printf("Hello World"-'A'+'B'); ?
no consistent academics. how to answer the question
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 c value paradox explain?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"