Explain how do you determine the length of a string value that was stored in a variable?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS MEANT BY LIFE?
code for reverse alternate words from astring
Here is a neat trick for checking whether two strings are equal
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
WHAT IS ABSTRACT DATA TYPE
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
what r the cpu registers r ther?
Explain what is a 'locale'?
Explain what is the benefit of using #define to declare a constant?
What is the use of pragma in embedded c?
what is the difference between getch() and getche()?