What is wrong with this program statement? void = 10;
No Answer is Posted For this Question
Be the First to Post Answer
Can 'this' pointer by used in the constructor?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
to find the closest pair
Differentiate between static and dynamic modeling.
Is anything faster than c?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
How can I ensure that integer arithmetic doesnt overflow?
write a program to remove duplicate from an ordered char array? in c
What are the 4 types of functions?
Write a program to compute the following 1!+2!+...n!
What is difference between array and structure in c?
Difference between goto, long jmp() and setjmp()?