compare array with pointer?
Function to find the given number is a power of 2 or not?
How do I send escape sequences to control a terminal or other device?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
What is the description for syntax errors?
What is structure padding in c?
Which of these functions is safer to use : fgets(), gets()? Why?
Add Two Numbers Without Using the Addition Operator
What is the size of enum in c?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Explain what is wrong with this statement? Myname = ?robin?;
How to implement a packet in C
Write a program to print the prime numbers from 1 to 100?