What are type modifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are preprocessor directives?
Explain what is the difference between declaring a variable and defining a variable?
how to find sum of digits in C?
What is scope and lifetime of a variable in c?
How does selection sort work in c?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
Difference between goto, long jmp() and setjmp()?
What is the use of ?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
what is software?
what is the structure pointer?
Is flag a keyword in c?