Explain how can you determine the size of an allocated portion of memory?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the expression “++a” and “a++”?
Do you know the purpose of 'register' keyword?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
what r callback function?
Why do we use namespace feature?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
Are there namespaces in c?
What are the advantages of external class?
What are the languages are portable and platform independent?Why they are like that?
What are terms in math?
What is the difference between local variable and global variable in c?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"