What is the best style for code layout in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the local variable and global variable in c?
Is multithreading possible in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Can we assign integer value to char in c?
What is the best way to store flag values in a program?
what do structure language means?
read a number & print all its devisors using c-program?
1. main() { printf("%d",printf("HelloSoft")); } Output?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is a program flowchart and how does it help in writing a program?
What is the difference between array_name and &array_name?
I came across some code that puts a (void) cast before each call to printf. Why?