Is c procedural or functional?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need volatile in c?
What is strcmp in c?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
how to multiply two number taking input as a string (considering sum and carry )
what is object oriental programing?
What is the use of extern in c?
what is differnence b/w macro & functions
how can we use static and extern?and where can we use this?
consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is
How do I convert a string to all upper or lower case?
Toggle nth bit in a given integer - num
How do you determine whether to use a stream function or a low-level function?