How arrays can be passed to a user defined function
Is a house a mass structure?
what is the different bitween abap and abap-hr?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How is a macro different from a function?
Explain the difference between ++u and u++?
What are terms in math?
How can you convert integers to binary or hexadecimal?
What are the functions to open and close file in c language?
Explain what are multidimensional arrays?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How is a structure member accessed?
will u please send me the placement papers to my mail???????????????????
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Can we assign integer value to char in c?