A collection of functions,calls,subroutines or other data
a) library
b) header files
c) set of files
d) textfiles
Name the language in which the compiler of "c" in written?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Why main function is special give two reasons?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
Give me the code of in-order recursive and non-recursive.
What does sizeof int return?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
What is spark map function?
How would you write qsort?
Should I learn data structures in c or python?
Explain union.