What is array in C
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between %d and %*d in C
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
I want tcs placement papers of 2004-2009 , its urgent
what's the return value of malloc()
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Is c still relevant?
say the following declaration is correct nr not. int b=a,n=0;
How do I initialize a pointer to a function?
Is register a keyword in c?
How to reverse a string using a recursive function, with swapping?
Explain how can you tell whether two strings are the same?
How do shell structures work?