What is a nested formula?
No Answer is Posted For this Question
Be the First to Post Answer
Give a method to count the number of ones in a 32 bit number?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
What is c definition?
how to write a prog in c to convert decimal number into binary by using recursen function,
What is scanf_s in c?
Explain how do you sort filenames in a directory?
What does malloc () calloc () realloc () free () do?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
I need previous papers of CSC.......plz help out by posting them.......
Is c pass by value or reference?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
what is use of loop?