What is the explanation for prototype function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does sizeof function do?
In which category does main function belong??
in malloc and calloc which one is fast and why?
Is r written in c?
What is operator precedence?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
Is printf a keyword?
Which is the best website to learn c programming?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
what do you mean by defining a variable in our c code?
how to do in place reversal of a linked list(singly or doubly)?
When we use void main and int main?