What is s or c?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable in c example?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
What is a pointer variable in c language?
How do we make a global variable accessible across files? Explain the extern keyword?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
Without Computer networks, Computers will be half the use. Comment.
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
Dear Sir, we are required the bubble sorting programs Regs Prem
What is #include called?
What is the benefit of using #define to declare a constant?
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
How can I implement sets or arrays of bits?