What is the meaning of
?
No Answer is Posted For this Question
Be the First to Post Answer
difference between c and c++?
a simple program in c language
what is the meaning of 'c' language
Can we declare variables anywhere in c?
List out few of the applications that make use of Multilinked Structures?
wap to print "hello world" without using the main function.
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 the Difference between Class and Struct?
Is it acceptable to declare/define a variable in a c header?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
How do you declare a variable that will hold string values?
what is the difference between NULL('\0') and 0?