What is the real difference between arrays and pointers?
Answer Posted / mak
@ved: abey chutiye kyu bakchodi kar rha hai idhar....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are terms in math?
Explain the difference between getch() and getche() in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Why doesnt this code work?
How are 16- and 32-bit numbers stored?
What is the difference between int main and void main?
What is the purpose of type declarations?
What does %p mean?
Which header file is essential for using strcmp function?
Explain built-in function?
How can I change the size of the dynamically allocated array?
What are the types of operators in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Explain how do you determine whether to use a stream function or a low-level function?
Write a code to generate a series where the next element is the sum of last k terms.