How do you access command-line arguments?
Did c have any year 2000 problems?
Can we add pointers together?
Write a program in C to convert date displayed in gregorian to julian date
how to find binary of number?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
write a function which accept two numbers from main() and interchange them using pointers?
void main() { int a=1; while(a++<=1) while(a++<=2); }
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
how do you execute a c program in unix.
How can you return multiple values from a function?