what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
3 3810What 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 4372pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 7955#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 3808
What does int main () mean?
Write a program for Overriding.
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
pierrot's divisor program using c or c++ code
What is meant by inheritance?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is pivot in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is unary operator?
Describe the steps to insert data into a singly linked list.
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What are the general description for loop statement and available loop types in c?
how can use subset in c program and give more example
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is n in c?