Write a program to reverse a given number in c language?
No Answer is Posted For this Question
Be the First to Post Answer
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
What is the sizeof () a pointer?
Program to find largest of three numbers without using comparsion operator?
how the compiler treats any volatile variable?Explain with example.
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What are the differences between Structures and Arrays?
Why isnt any of this standardized in c?
What is memcpy() function?
Why is structure important for a child?
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............