regarding pointers concept
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 types of functions?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
how to get the starting address of file stored in harddisk through 'C'program.
What is diffrance between declaration and defination of a variable or function
what is bit rate & baud rate? plz give wave forms
Is swift based on c?
which operator is known as dummy operator in c?
How does selection sort work in c?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
What are the ways to a null pointer can use in c programming language?
What is printf () in c?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )