can a union be self-referenced?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is an object?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
why ordinary variable store the later value not the initial
What is difference between && and & in c?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
what is c?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
An array name contains base address of the array. Can we change the base address of the array?
What is difference between static and global variable in c?
related proverb of "dont count your chicken before it hatches"
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.