Explain pointers in c programming?
What is || operator and how does it function in a program?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
what is the diff b/w static and non static variables in C. Give some examples plz.
WAP – represent a char in binary format
write a program to print infinte number
How many loops are there in c?
will u give me old quesrion papers for aptitude for L & t info tech?
what are the 10 different models of writing an addition program in C language?
How to add two numbers without using semicolon n c????
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,