What are 3 types of structures?
No Answer is Posted For this Question
Be the First to Post Answer
how is the examination pattern?
What is null pointer constant?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
What is main void in c?
Which is better malloc or calloc?
What is a lvalue
Explain low-order bytes.
What is c language & why it is used?
Why is a semicolon (;) put at the end of every program statement?
what is a c-language.what is do.
How do you sort filenames in a directory?
Write a c program to build a heap method using Pointer to function and pointer to structure ?