What does return 1 means in c?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
How can you increase the allowable number of simultaneously open files?
How can I read and write comma-delimited text?
What is a rvalue?
Explain c preprocessor?
What are void pointers in c?
How would you obtain the current time and difference between two times?
Is fortran faster than c?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
What is string constants?
How does pointer work in c?