Is struct oop?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What are identifiers in c?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
How does placing some code lines between the comment symbol help in debugging the code?
char ch=10;printf("%d",ch);what is the output
Difference between MAC vs. IP Addressing
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Write a program to check armstrong number in c?
What is a string?
What is the correct code to have following output in c using nested for loop?
How can I manipulate individual bits?