Does c have an equivalent to pascals with statement?
No Answer is Posted For this Question
Be the First to Post Answer
Place the #include statement must be written in the program?
What are the difference between a free-standing and a hosted environment?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
What is LINKED LIST? How can you access the last element in a linked list?
What is bash c?
Explain what is the difference between functions abs() and fabs()?
what is ANSI and ISO
What is the difference between malloc calloc and realloc in c?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
write a program whose output will be- 1 12 123 1234
What does the file stdio.h contain?
Difference between Shallow copy and Deep copy?