Explain the difference between ++u and u++?
No Answer is Posted For this Question
Be the First to Post Answer
What is getch() function?
Write a program to find the smallest and largest element in a given array in c language
Explain which function in c can be used to append a string to another string?
c program to compute AREA under integral
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
Without using main fn and semicolon,print remainder for a given number in C language
What is a far pointer in c?
Why cd or dvd are round why not square.
Write a program of prime number using recursion.
Where register variables are stored in c?
why we use pointer in c
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1