Which are low level languages?
No Answer is Posted For this Question
Be the First to Post Answer
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
what is the benefit of c30
How can I set an array's size at run time?
int x=sizeof(!5.856); What will value of variable x?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
What are types of structure?
What are the loops in c?
Explain what is dynamic data structure?
What are the 5 elements of structure?
Explain what is #line used for?
how to implement stack operation using singly linked list
write a program to insert an element at the specified position in the given array in c language