How to create struct variables?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between null pointer and dangling pointer?
How can I sort more data than will fit in memory?
Convert the following expression to postfix and prefix (A+B) * (D-C)
Why c is called a middle level language?
What is indirection?
can you change name of main()?how?
Why do we use null pointer?
When should a type cast not be used?
What is enumerated data type in c?
What is the difference between if else and switchstatement
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
What is actual argument?