What is static function in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can we print hellow world programme without using semicolon
what is the use of ~ in c lang?????
Explain pointer. What are function pointers in C?
Why main is used in c?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is ponter?
write a program to display & create a rational number
What is the sizeof () operator?
What are file streams?
no consistent academics. how to answer the question
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }