difference between ordinary variable and pointer in C?
Answer Posted / guest
ordinary variable holds value and pointer variable holds
the address
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
List the different types of c tokens?
What is meant by recursion?
How main function is called in c?
explain what is an endless loop?
What are the types of macro formats?
What is c preprocessor mean?
What is the use of a static variable in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Explain a file operation in C with an example.
What is 1d array in c?
What are logical errors and how does it differ from syntax errors?
Who developed c language and when?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What do you mean by Recursion Function?
Can we assign integer value to char in c?