Do you know null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What does static variable mean in c?
What is %lu in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Is an array parameter is always "by reference" ?
Write a program that receives as input a number omaadel-n-print, four digits.
What does the c preprocessor do?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What do you understand by normalization of pointers?
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
Is there a way to compare two structure variables?
What is structure packing ?
In C language, a variable name cannot contain?