what is the difference between normal variables and pointer
variables..............
Answer Posted / rafiya
Variable is a name given to the memory location of the specified data type.
Pointers are the variables which are capable of storing another variable's address.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is structure pointer in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Can you write the algorithm for Queue?
What is || operator and how does it function in a program?
What is the concatenation operator?
write a c program for swapping two strings using pointer
Describe newline escape sequence with a sample program?
Explain what is page thrashing?
What is const volatile variable in c?
Can we declare a function inside a function in c?
Why do we need volatile in c?
to find the closest pair
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Explain high-order bytes.