What are pointers really good for, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS C?
Write a C program to print 1 2 3 ... 100 without using loops?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
What's wrong with "char *p = malloc(10);" ?
What is the purpose of scanf() and printf() functions?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
Write a pro-gramme to determine whether the number is even or odd?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is the equivalent code of the following statement in WHILE LOOP format?
Why is it that not all header files are declared in every C program?
Why does this code crash?