Should a function contain a return statement if it does not return a value?
How to add two numbers with using function?
Can a program have multiple main() functions?
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
Write a program to check armstrong number in c?
What is the difference between mpi and openmp?
wat s the meaning of (int *)p +4;
What are the 5 organizational structures?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
What is memory leak in c?
What is difference between union and structure in c?
What is meant by type specifiers?
How can I set an array's size at run time?