what is different between auto and local static? why should we use local static?
No Answer is Posted For this Question
Be the First to Post Answer
program to print circle structure
what is data structure
what are the facialities provided by you after the selection of the student.
How main function is called in c?
Why is structure important for a child?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
what is the function of pragma directive in c?
What is scope and lifetime of a variable in c?
What is define directive?
How does memset() work in C?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the difference between array and pointer?