What are enumerated types?
No Answer is Posted For this Question
Be the First to Post Answer
What is undefined behavior?
How can you draw circles in C?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
what is pointer?
What is c token?
WHAT IS ABSTRACT DATA TYPE
prototype of sine function.
If we give two names then this displays the connection between the two people. It is nothing but flames game
Describe the order of precedence with regards to operators in C.
What are local and global variables?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
What is meant by global static? why we have to use static variable instead of Global variable