What are external variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
How do we make a global variable accessible across files? Explain the extern keyword?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
Write a program to print ASCII code for a given digit.
Explain the properties of union.
main() { float a=3.2e40; printf("%d",a); }
What is the full form of getch?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
wap to print "hello world" without using the main function.
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
WHAT IS PRE POSSESSORS?