what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 5266What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
1 5362pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 9360#include
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
2 4919
Give basis knowledge of web designing ...
Explain how many levels deep can include files be nested?
What is #line in c?
What is variable declaration and definition 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
Differentiate call by value and call by reference?
What are static variables in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Is it cc or c in a letter?
What is the difference between int main and void main?
What is volatile variable in c with example?
What are the data types present in c?
What is hashing in c language?
What is meant by operator precedence?
Explain what are compound statements?