what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 5388What 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 5455pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 9475#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 5015
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is actual argument?
What is pointers in c with example?
What are extern variables in c?
What is uint8 in c?
What is a program flowchart and how does it help in writing a program?
How can I write functions that take a variable number of arguments?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What are the different types of endless loops?
What is define directive?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What does static variable mean in c?
What is the use of pragma in embedded c?
What are the types of variables in c?
Why enum is used in c?