a character or group of characters that defines a register,or a part of storage
a) memory
b) byte
c) address
d) linear list
No Answer is Posted For this Question
Be the First to Post Answer
How is null defined in c?
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
What is void c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How can I dynamically allocate arrays?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
What is the use of extern in c?
what are the difference between ANSI C and Let Us c and Turbo C
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
a simple program in c language
What is the difference between typedef struct and struct?