What are header files and what are its uses in C programming?
No Answer is Posted For this Question
Be the First to Post Answer
Explain zero based addressing.
What is array in C
what is the most appropriate way to write a multi-statement macro?
Why clrscr is used in c?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
a simple c program using 'for' loop to display the output 5 4 3 2 1
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
write a program structure to find average of given number
Why isnt any of this standardized in c?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
Why are algorithms important in c program?
What is a struct c#?