What is difference between structure and union in c programming?
write a programming in c language, 1 3 5 7 9 11
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
What does static variable mean in c?
What are c identifiers?
What are different storage class specifiers in c?
how is the examination pattern?
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
Is javascript written in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
is c language is a object oreinted language?
What is calloc() function?