how can i include my own .h file EX:- alex.h like
#include<alex.h>, rather than #include"alex.h"
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
Is a pointer a kind of array?
How can you determine the maximum value that a numeric variable can hold?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
swapping of two numbers without using third variable using AND and OR operators
write a program to display & create a rational number
what is inline function?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
Can math operations be performed on a void pointer?
How can I find out how much free space is available on disk?
write a program to print data of 5 five students with structures?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,