what is ur strangth & weekness
No Answer is Posted For this Question
Be the First to Post Answer
How can I access a memory located at certain address?
How can you increase the size of a statically allocated array?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
What is multidimensional arrays
the operator for exponencation is a.** b.^ c.% d.not available
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Is it better to use malloc() or calloc()?
What is memmove?
Describe advantages and disadvantages of the various stock sorting algorithms
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above