Tell me when would you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
What is the difference between call by value and call by reference in c?
What is difference between union All statement and Union?
Explain what math functions are available for integers? For floating point?
Compare array data type to pointer data type
How can I send mail from within a c program?
triangle number finding program...
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
which types of data structure will i use to convert infix to post fix???
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is an lvalue?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?