How can I do graphics in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the translation phases used in c language?
Why void is used in c?
What are qualifiers and modifiers c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Describe the difference between = and == symbols in c programming?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
What is the difference between int and float?
What is the relation between # and include<stdio.h>
Is c still used in 2019?
What are the different types of control structures in programming?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.