What is variable in c example?
How do I use strcmp?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
What is the difference between exit() and _exit() function?
How to find the usage of memory in a c program
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
writw a program to insert an element in the begning of a doubly linked list
Can a function argument have default value?
What is wild pointer in c?
Why preprocessor should come before source code?