Explain how do you list a file’s date and time?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the differences between public, protected, private and internal.
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
write a program to swap two numbers without using temporary variable?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
program for comparing 2 strings without strcmp()
Write down the program to sort the array.
difference between native and cross compilers
Is c procedural or functional?
Why we not create function inside function.
What is array of structure in c?
Tell me what is the purpose of 'register' keyword in c language?
Why c is called object oriented language?