What does s c mean in text?
No Answer is Posted For this Question
Be the First to Post Answer
How to write a code for reverse of string without using string functions?
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
the operator for exponencation is a.** b.^ c.% d.not available
How can a string be converted to a number?
Why is event driven programming or procedural programming, better within specific scenario?
what does exit() do?
i have a written test in tomorrow
Write a code of a general series where the next element is the sum of last k terms.
Why is c fast?
What is 'bus error'?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
what is difference between procedural language and functional language ?