What does the message "automatic aggregate intialization is an ansi feature" mean?
How can I find the modification date of a file?
What should be keep precautions while using the recursion method?
Write a program to find factorial of a number using recursive function.
What is a built-in function in C?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Write a C program in Fibonacci series.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is wrong with this code?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
consagous technology placement paper
What are the average number of comparisons required to sort 3 elements?
What is nested structure with example?