what is stack , heap ,code segment,and data segment
No Answer is Posted For this Question
Be the First to Post Answer
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Can you explain the four storage classes in C?
how to print value of e(exp1)up to required no of digits after decimal?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is the purpose of 'register' keyword in c language?
What is the size of enum in bytes?
What is the basic structure of c?
What is information technology.
how to display 2-D array elements in spiral
What is wrong with this statement? Myname = 'robin';
how can u print a message without using any library function in c
How can you convert integers to binary or hexadecimal?