where does malloc() function get the memory?
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.
What is unsigned int in c?
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the difference between union and structure in c?
What is typedef struct in c?
What is c language in simple words?
can a union be self-referenced?
What does the message "warning: macro replacement within a string literal" mean?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
What is an example of enumeration?
how to implement stack operation using singly linked list