What is the hardest programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Why should I use standard library functions instead of writing my own?
Differentiate between new and malloc(), delete and free() ?
What is property type c?
Explain how can I make sure that my program is the only one accessing a file?
Why shouldn’t I start variable names with underscores?
write a own function for strstr
What are the similarities between c and c++?
What are all different types of pointers in c?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
how to find the given number is prime or not?
Write a program to find given number is even or odd without using any control statement.
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?