Explain what is the advantage of a random access file?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
List a few unconditional control statement in c.
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
What is the -> in c?
Write a program to check palindrome number in c programming?
write a program to find the largest and second largest integer from an array
What standard functions are available to manipulate strings?
Explain how do you determine the length of a string value that was stored in a variable?
What are different types of variables in c?