What are the 4 types of functions?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Can a variable be both constant and volatile?
Write a program for Overriding.
in which language c language is written?
what is the difference between strcpy() and memcpy() function?
number 2 plssssss help !!....using array.. turbo c.. create a program that will accept a number and determine if it is a happy number or an unhappy number.. example: enter a number : 7 7*7=49 then 4 and 9 4*4 and 9*9== 16 + 18 gives you 97 then 9 and 7 9*9 and 7*7 == 81 + 49 gives you 130 then 1 and 3 1*1 and 3*3 == 1 + 9 gives you 10 1*1 gives you 1 sample output: 7= 49= 16+81= 97= 81+49=130 =1+9=10 =1 "7 is a happy number" . if the last number is 2 then the number being inputed is not a happy number.
What is the difference between File pointer and Internal Charecter Pointer?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
a simple c program using 'for' loop to display the output 5 4 3 2 1
Is flag a keyword in c?