Write a program to show the change in position of a cursor using c
What is meant by gets in c?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
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.
How are variables declared in c?
Can you write the function prototype, definition and mention the other requirements.
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
What is dynamic variable in c?
how to print value of e(exp1)up to required no of digits after decimal?
Is c object oriented?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
Write a program to check whether a number is prime or not using c?