find out largest elemant of diagonalmatrix
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of ?
Is struct oop?
How arrays can be passed to a user defined function
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
please give me some tips for the placement in the TCS.
What is c language & why it is used?
I need a sort of an approximate strcmp routine?
What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Is c dynamically typed?
What is a loop?
Why do we need functions in c?