How can you allocate arrays or structures bigger than 64K?
No Answer is Posted For this Question
Be the First to Post Answer
Why is it important to memset a variable, immediately after allocating memory to it ?
What is a far pointer?What is the utility?
Tell me what is the purpose of 'register' keyword in c language?
There seem to be a few missing operators ..
What is the use of in c?
What is extern c used for?
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
in linking some of os executables are linking name some of them
How do you prevent buffer overflows in C?
using for loop sum 2 number of any 4 digit number in c language