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 program to copy a string without using a string?
what do you mean by inline function in C?
What are categories used for in c?
Write a program to print all permutations of a given string.
What is Your Name :)
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
can u give me the good and very optimised code for a car racing game?
Is c a great language, or what?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What is a const pointer, and how does it differ from a pointer to a const?
What is static memory allocation? Explain