How can I get random integers in a certain range?
No Answer is Posted For this Question
Be the First to Post Answer
How can I split up a string into whitespace-separated fields?
Can you subtract pointers from each other? Why would you?
Is main an identifier in c?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
Explain demand paging.
write a program to find out prime number using sieve case?
How can I sort a linked list?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Explain what are bus errors, memory faults, and core dumps?
program for swapping two strings by using pointers in c language
write a programe returns the number of times the character appears in the string
main difference between c and c++ language