What is variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
FILE PROGRAMMING
What is a struct c#?
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.
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
Write a factorial program using C.
write a program to gat the digt sum of a number (et. 15= >1+5=6)
What are the similarities between c and c++?
What do you know about the use of bit field?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
swapping of two numbers without using third variable using AND and OR operators
which type of aspect you want from the student.
what is linkage error when it occurs in c program