Why static is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Write a program in C to reverse a number by recursive function?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
write a program to find out prime number using sieve case?
Explain what is the difference between the expression '++a' and 'a++'?
What is the purpose of type declarations?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
write a program to display & create a rational number