Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
No Answer is Posted For this Question
Be the First to Post Answer
How can I recover the file name given an open stream or file descriptor?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
can any one tel me wt is the question pattern for NIC exam
prog for 1st five prime numbers in 2^x - 1
How do I copy files?
What are the disadvantages of a shell structure?
What does s c mean on snapchat?
What is the use of typedef in c?
How to set file pointer to beginning c?
difference between i++* and *++i
Difference between constant pointer and pointer to a constant.
Do you know the purpose of 'register' keyword?