Can we access the array using a pointer in c language?
Should a function contain a return statement if it does not return a value?
What is preprocessor with example?
Sir i need notes for structure,functions,pointers in c language can you help me please
For what purpose null pointer used?
What is the difference between break and continue?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is %d used for?
Explain what is wrong with this program statement? Void = 10;
The difference between printf and fprintf is ?
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.
What does the && operator do in a program code?
Write a program to print factorial of given number without using recursion?
Explain how can I manipulate strings of multibyte characters?