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 |
Why c is called a mid level programming language?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
what are the interview question's in the language c
what different between c and c++
what is the flow of execution in cprogram? ex:printf();,scanf();
Which is better between malloc and calloc?
c program to subtract between two numbers without using '-' sign and subtract function.
What is the difference between variable declaration and variable definition in c?
Does c have circular shift operators?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Why malloc is faster than calloc?
why we wont use '&' sing in aceesing the string using scanf