no consistent academics. how to answer the question
No Answer is Posted For this Question
Be the First to Post Answer
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
Can you write a programmer for FACTORIAL using recursion?
how to convert an char array to decimal array
What type of function is main ()?
What is masking?
Can a pointer be static?
how to find out the union of two character arrays?
what is the hexidecimal number of 4100?
What is string in c language?
What is the difference between malloc calloc and realloc in c?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
Explain what are multibyte characters?