Explain what is a const pointer?
No Answer is Posted For this Question
Be the First to Post Answer
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Can a pointer point to null?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Why can't I perform arithmetic on a void* pointer?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What are the two types of functions in c?
What is string length in c?
how we can make 3d venturing graphics on outer interface
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
What is data type long in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.