Explain how do you declare an array that will hold more than 64kb of data?
No Answer is Posted For this Question
Be the First to Post Answer
What are global variables?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
Write a program to swap two numbers without using third variable?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is volatile variable in c with example?
Explain how do you generate random numbers in c?
What is binary tree in c?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
what is a pointer
4 Answers Bank Of America, TCS,
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82