What is p in text message?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different pointer models in c?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What are actual arguments?
C language questions for civil engineering
compare array with pointer?
How many types of operators are there in c?
marge linklist
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
How can you increase the allowable number of simultaneously open files?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Explain how can you tell whether a program was compiled using c versus c++?