What is the use of typedef in structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print prime nums from 1-20 using c programing?
How can you dynamically allocate memory in C?
what are enumerations in C
Who invented b language?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
What is the -> in c?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
How can I find leaf node with smallest level in a binary tree?
Explain how can I right-justify a string?
What is a c token and types of c tokens?
How to establish connection with oracle database software from c language?