In a header file whether functions are declared or defined?
No Answer is Posted For this Question
Be the First to Post Answer
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
Is an array parameter is always "by reference" ?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
What is the use of clrscr?
How can type-insensitive macros be created?
which is the best antivirus and how to update it
which is an algorithm for sorting in a growing Lexicographic order
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
how to add numbers without using arithmetic operators.
What is calloc()?
How can you restore a redirected standard stream?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=