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 |
Can include files be nested?
What is the role of this pointer?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
How can I read in an object file and jump to locations in it?
why we use pointer in c
Explain how can I prevent another program from modifying part of a file that I am modifying?
Binary tree traversing
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
what is meant by flushll() in c programming?
What are the differences between new and malloc in C?
wat is the meaning of c?
What is the equivalent code of the following statement in WHILE LOOP format?