Explain what are multibyte characters?
No Answer is Posted For this Question
Be the First to Post Answer
what is diference between return 0 and return NULL??
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Explain what are reserved words?
What is the purpose of main( ) in c language?
What is the difference between array and pointer in c?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
What is function pointer and where we will use it
int i=10; printf("%d %d %d", i, i=20, i);
Sir i need notes for structure,functions,pointers in c language can you help me please
Reverse a string word by word??
Which is more efficient, a switch statement or an if else chain?
Explain two-dimensional array.