what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 5151What 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 5284pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 9283#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 4832
What does %c mean in c?
Is a house a shell structure?
What is #ifdef ? What is its application?
What is the use of header files?
What is the difference between char array and char pointer?
Is c compiled or interpreted?
What is derived datatype in c?
How many levels of pointers can you have?
How to compare array with pointer in c?
How can a number be converted to a string?
What is the difference between procedural and functional programming?
What is build process in c?
What is the difference between if else and switchstatement
What is the use of static variable in c?
What is function definition in c?