Explain what is the benefit of using const for declaring constants?
What is string concatenation in c?
what is the use of call back function in c?tell me with example
Write a program to check whether a number is prime or not using c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What are the benefits of c language?
What are extern variables in c?
1. main() { printf("%d",printf("HelloSoft")); } Output?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
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.
why division operator not work in case of float constant?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is structure padding in c?