What does static variable mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
Can we compile a program without main() function?
Differentiate between functions getch() and getche().
What is hashing in c language?
What are the restrictions of a modulus operator?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
How do I determine whether a character is numeric, alphabetic, and so on?
What is a pointer variable in c language?
how to use virual function in real time example
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
How can you find the day of the week given the date?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }