What are the disadvantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
Why preprocessor should come before source code?
Why c is called a mid level programming language?
What are the types of macro formats?
When do we get logical errors?
about c language
what is meant by flushll() in c programming?
1 232 34543 4567654 can anyone tell me how to slove this c question
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What are the advantage of c language?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
what is the diference between pointer to the function and function to the pointer?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }