How many types of functions are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why void main is used in c?
what is use of malloc and calloc?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
What is the size of structure in c?
What is the difference between volatile and const volatile?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
difference between ordinary variable and pointer in C?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
what is array?
What is graph in c?