EmbLogic's Blog

Author Archives: gaba.kapil52238

string

why it is necessary to declare the size of an array when entring the string from terminal while there is no need to declare the size when entering string  through program??

Posted in Uncategorized | Leave a comment

pointer to function

whats the diffrenece between these two?? int *function (int) int (*function) (int)

Posted in Uncategorized | Leave a comment

nfs server

what is name resolution in hosts file in nfs server?? how it works??

Posted in Uncategorized | Leave a comment

mdc

instead of using while,can we use the return value of read untill it returns 0 when it returns 0,it means all the chars in string has been read. ??

Posted in Data Structures with C | Leave a comment

package installation from cd

how to change yum configuration?? we want gcc package installation from cd using yum.

Posted in Uncategorized | Leave a comment