What is data structure in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is c definition?
write a program to copy a string without using a string?
Write a C/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 maximum number of concurrent threads that the InnoDB plug-in can create.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
C language questions for civil engineering
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Can you tell me how to check whether a linked list is circular?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
what are far pointers?
How can you find the exact size of a data type in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?