what are enumerations in C
No Answer is Posted For this Question
Be the First to Post Answer
Is main is user defined function?
What is operator promotion?
main() { int i; printf("%d",i^i); }
find largest element in array w/o using sorting techniques.
Which programming language is best for getting job 2020?
how many errors in c explain deply
In C, What is the #line used for?
What is data types?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
What is the use of the sizeof operator?
Explain how can type-insensitive macros be created?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.