What is wrong with this declaration?
No Answer is Posted For this Question
Be the First to Post Answer
write a program for fibonaci series by using while loop in c?
What is the difference between exit() and _exit()?
What are global variables and how do you declare them?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
what is the difference between NULL('\0') and 0?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
Is it acceptable to declare/define a variable in a c header?
what are the files which are automatically opened when a c file is executed?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
write a program to print %d ?
Where are some collections of useful code fragments and examples?