Is array a primitive data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
Explain what is the difference between functions getch() and getche()?
What is an lvalue and an rvalue?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
how we do lcm of two no using c simple if while or for statement
what is the differance between pass by reference and pass by value.
What is a far pointer?What is the utility?