What is structure pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Method Overloading exist in c ?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
What is far pointer in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Explain what is the concatenation operator?
How will you allocate memory to double a pointer?
What is a void pointer? When is a void pointer used?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
What is the difference between null pointer and the void pointer?
What are dynamically linked and statically linked libraries?
What is c++ used for today?