What are static functions?
Answer / nashiinformaticssolutions
Functions declared with static have internal linkage, accessible only within the file.
Is This Answer Correct ? | 0 Yes | 0 No |
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
What functions are used in dynamic memory allocation in c?
What is wrong with this code?
write a string copy function routine?
Write a program to check prime number in c programming?
Under what circumstances does a name clash occur?
Why can't I perform arithmetic on a void* pointer?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
How to access or modify the const variable in c ?
16 Answers HCL, HP,
How Many Header Files in c?
write a program which counts a product of array elements lower than 10.
What is diffrance between declaration and defination of a variable or function