simple program of graphics and their output display
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
What are volatile variables in c?
What is a pointer variable in c language?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
write a program to gat the digt sum of a number (et. 15= >1+5=6)
How to reverse a string using a recursive function, with swapping?
What is the difference between new and malloc functions?
How we can write a value to an address using macro..?
why effort estimation is important?