What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is difference between union All statement and Union?
1 Answers Beahead Private Limited,
write a program to find the largest and second largest integer from an array
difference between memcpy and strcpy
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
When should volatile modifier be used?
from which concept of 'c', the static member function of 'c++' has came?
Write a program to find given number is even or odd without using any control statement.
code for selection sort?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
out put of printf(ā%dā,printf(ram));
What does printf does?
How pointers are declared?