Are c and c++ the same?
No Answer is Posted For this Question
Be the First to Post Answer
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
can v write main() { main(); } Is it true?
Explain how can you determine the size of an allocated portion of memory?
Explain about the constants which help in debugging?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What is volatile c?
write a function which accept two numbers from main() and interchange them using pointers?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What is meant by recursion?
marge linklist