What are pointers really good for, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between goto, long jmp() and setjmp()?
Explain what is the purpose of "extern" keyword in a function declaration?
What are the preprocessor categories?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
Write a program on swapping (100, 50)
How can you determine the maximum value that a numeric variable can hold?
can we write a c program with out using main
can we declare a function in side the structure?
How can I get the current date or time of day in a c program?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is fflush() function?
Write a code to generate divisors of an integer?