Why c is called object oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of fflush() function?
What is difference between union All statement and Union?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Why is it usually a bad idea to use gets()? Suggest a workaround.
How do I use strcmp?
Can you tell me how to check whether a linked list is circular?
How do I convert a string to all upper or lower case?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
What are the preprocessor categories?
Explain #pragma statements.
sum of two integers values only other then integer it should print invalid input.
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????