Is it acceptable to declare/define a variable in a c header?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between structure and union?
what does ‘Bus Error’ mean?
What is void pointers in c?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
What is hashing in c language?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
If you know then define #pragma?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
Is main is user defined function?
What is the use of linkage in c language?
Differentiate between a for loop and a while loop? What are it uses?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above