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
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
What is the output of printf("%d", printf("Hello"));?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
What is the scope of local variable in c?
What are the different types of linkage exist in c?
What does double pointer mean in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is %lu in c?
Give basis knowledge of web designing ...
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What is the purpose of main( ) in c language?
Explain what is wrong with this program statement?