Explain how can I convert a number to a string?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between ANSI structure and C99 Structure?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
wap to print "hello world" without using the main function.
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What are runtime error?
What are enums in c?
Explain what is the difference between the expression '++a' and 'a++'?
What is an object?
Explain 'bit masking'?
What is #include stdlib h?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Why ca not I do something like this?