What is static function in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Write a program to generate prime factors of a given integer?
Explain bit masking in c?
What is the size of enum in c?
Can we use any name in place of argv and argc as command line arguments?
Write a C program to perform some of the operation which can be performed using Single linked list
how to add two numbers without using arithmetic operators?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
what is difference between ANSI structure and C99 Structure?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
Explain b+ tree?
What is echo in c programming?