What are the types of type qualifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the relationship between pointers and data structure?
what is the full form of c language
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
Can a pointer be volatile in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is the difference between local variable and global variable in c?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
Explain modulus operator.
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
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 in c language for the multiplication of two matrices using pointers?
How do you declare a variable that will hold string values?