Explain the meaning of keyword 'extern' in a function declaration.
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is hungarian notation? Is it worthwhile?
What is 1d array in c?
What are the key features in c programming language?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
how to find anagram without using string functions using only loops in c programming
How can you access memory located at a certain address?
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
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321