how should functions be apportioned among source files?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum length of an identifier?
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
biggest of two no's with out using if condition statement
What is the stack in c?
Describe dynamic data structure in c programming language?
. Explain the differences between fork() and exec() in C
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
Do pointers take up memory?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
What are bitwise shift operators in c programming?