What are loops c?
No Answer is Posted For this Question
Be the First to Post Answer
what are bit fields in c?
write a program to copy a string without using a string?
What are function pointers? Provide an example.
Explain do array subscripts always start with zero?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
Is main is a keyword in c?
Is int a keyword in c?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
What ios diff. Between %e & %f?