How do you search data in a data file using random access method?
No Answer is Posted For this Question
Be the First to Post Answer
What is an auto keyword in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
Tell me about low level programming languages.
What are the concepts introduced in OOPs?
What is the general form of a C program?
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is a pointer variable in c language?
When was c language developed?
What is the difference between pure virtual function and virtual function?
write a program to check whether a number is Peterson or not.
Explain void pointer?