What is the difference between procedural and declarative language?
No Answer is Posted For this Question
Be the First to Post Answer
Is a house a mass structure?
write function to reverse char array ... without using second array
Describe dynamic data structure in c programming language?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
What is the difference between printf and scanf )?
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
in linking some of os executables are linking name some of them
what is the difference between static variable and register variable?
What is the purpose of the fflush() function in C?
What is the benefit of using an enum rather than a #define constant?
what is compiler