What is union and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about block scope in c?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
what is the format specifier for printing a pointer value?
can you change name of main()?how?
write a program structure to find average of given number
What is the use of getchar() function?
What are preprocessor directives?
Array is an lvalue or not?
what is c++ programming?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
what is array?
What is structure in c explain with example?