What is the difference between declaring a variable by constant keyword and #define ing that variable?
1 3305write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
HCL,
2 10932Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
1 7966how to execute a program using if else condition and the output should enter number and the number is odd only...
2229Want 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.
2000
Explain the use of fflush() function?
Explain how do you list a file’s date and time?
Why is c faster?
What is extern c used for?
How can I do graphics in c?
What is the difference between new and malloc functions?
When c language was developed?
Difference between Function to pointer and pointer to function
What is function prototype in c language?
Differentiate call by value and call by reference?
What are the properties of union in c?
How reliable are floating-point comparisons?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is const volatile variable in c?
swap 2 numbers without using third variable?