Write a c program to demonstrate character and string constants?
c programming of binary addition of two binary numbers
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
What is the auto keyword good for?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What are void pointers in c?
Define function pointers?
Write a c program to print the sizes and ranges of different data types in c?
What is Lazy evaluation in C? Give an example.
What is an lvalue in c?
what is object oriental programing?
How can I trap or ignore keyboard interrupts like control-c?
Explain what is the purpose of "extern" keyword in a function declaration?