Explain what is the difference between a string and an array?
No Answer is Posted For this Question
Be the First to Post Answer
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Can one function call another?
What are predefined functions in c?
what is the diff b/w static and non static variables in C. Give some examples plz.
what is the difference between %d and %*d in c languaga?
Write a program of prime number using recursion.
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What is break in c?
What is information technology.
what do you mean by inline function in C?
What is the difference between void main() and void main (void) give example programme?