What is enumerated data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the restrictions of a modulus operator?
Is it fine to write void main () or main () in c?
write a program to delete an item from a particular location of an linear array?
C language questions for civil engineering
Explain what is a pragma?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
please give me some tips for the placement in the TCS.
Why doesn't C have nested functions?
What is sizeof in c?
largest Of three Number using without if condition?
Is main() function predfined or userdefined?