What does & mean in scanf?
No Answer is Posted For this Question
Be the First to Post Answer
64/square(4)
What is a dynamic array in c?
What is the usage of the pointer in c?
What is the memory allocated by the following definition ? int (*x)[10];
What is the use of sizeof () in c?
What are the various types of control structures in programming?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What do you mean by c?
How to define structures? ·
Write a program to print fibonacci series using recursion?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }