what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 5159What 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 5292pointer_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 4838
What are the different types of endless loops?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Explain how can I open a file so that other programs can update it at the same time?
What is the best way to comment out a section of code that contains comments?
What is adt in c programming?
What are the different file extensions involved when programming in C?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Write the syntax and purpose of a switch statement in C.
What are the 5 data types?
What is the use of header files?
Can we declare function inside main?
What library is sizeof in c?
What is the use of ?: Operator?
Can you please explain the difference between strcpy() and memcpy() function?
What's the best way of making my program efficient?