what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 4261What 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 4669pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 8435#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 4150
How does free() know explain how much memory to release?
Here is a neat trick for checking whether two strings are equal
What are control structures? What are the different types?
What is the difference between mpi and openmp?
Is there any demerits of using pointer?
Array is an lvalue or not?
Why c is a procedural language?
#include
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain what is the difference between text files and binary files?
How do I use strcmp?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is c standard library?
Is there any possibility to create customized header file with c programming language?
How do I create a directory? How do I remove a directory (and its contents)?