what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 5392What 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 5457pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 9481#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 5017
What's the total generic pointer type?
What is variables in c?
What is variable declaration and definition in c?
how many key words availabel in c a) 28 b) 31 c) 32
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Why main is not a keyword in c?
What is structure of c program?
What are header files? What are their uses?
What are the properties of union in c?
List the variables are used for writing doubly linked list program.
What is a structure member in c?
What language is lisp written in?
Do pointers need to be initialized?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is the meaning of c in c language?