Is it acceptable to declare/define a variable in a c header?
No Answer is Posted For this Question
Be the First to Post Answer
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
How do you access command-line arguments?
What is register variable in c language?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
Do you know what is the purpose of 'extern' keyword in a function declaration?
without using arithmatic operator solve which number is greater??????????
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
give an example of type casting by a simple c program
why TCS selected more student in the software field from all institution.
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,