what is the most appropriate way to write a multi-statement
macro?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is anagram in c?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
can we access one file to one directory?
Explain high-order and low-order bytes.
what is use of loop?
what is the difference between exit() and _exit() functions?
Without using main fn and semicolon,print remainder for a given number in C language
What is the difference between a structure and a union?
List some applications of c programming language?
What is declaration and definition in c?