What is difference between static and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most efficient way to store flag values?
What does != Mean in c?
What is a pointer variable in c language?
how c source file in converted to exe file
how to find binary of number?
How do you print only part of a string?
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
Explain what are preprocessor directives?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
How can I pad a string to a known length?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
What are the modifiers available in c programming language?