Answer Posted / hr@tgksolutions.com
A pointer is a variable that stores the memory address of another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c weakly typed?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is difference between union and structure in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Tell us bitwise shift operators?
Write a program to print "hello world" without using a semicolon?
What is sizeof int in c?
What does c mean in standard form?
Why do we use null pointer?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Which header file is essential for using strcmp function?
What are lookup tables in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is a macro in c preprocessor?