The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
No Answer is Posted For this Question
Be the First to Post Answer
what is constant pointer?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Is c is a high level language?
What is queue in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
what is c++ programming?
Can we declare function inside main?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
find the minimum of three values inputted by the user
c program to manipulate x=1!+2!+3!+...+n! using recursion
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.