What are pointers? What are different types of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output for the following main() { printf("hi" "hello"); }
Why is a semicolon (;) put at the end of every program statement?
Is malloc memset faster than calloc?
There seem to be a few missing operators ..
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
How can you print HELLO WORLD without using "semicolon"?
How to avoid structure padding in C?
what is c
What is the difference between text files and binary files?
What is the right type to use for boolean values in c?
What is #line in c?
How can I avoid the abort, retry, fail messages?