How variables are declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between array and pointer in c?
write a c program to find the sum of five entered numbers using an array named number
Write a code on reverse string and its complexity.
What is a macro in c preprocessor?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is pointer to pointer in c?
What is a ternary operator in c?
What is the memory allocated by the following definition ? int (*x)();
write a program to compare 2 numbers without using logical operators?
how to find the largest element of array without using relational operater?
What are extern variables in c?
write a program in C to swap two variables