what is the difference between 123 and 0123 in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I run c program?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the difference between declaring a variable by constant keyword and #define ing that variable?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Explain what are the different file extensions involved when programming in c?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is the difference between array and linked list in c?
code for find determinent of amatrix
List a few unconditional control statement in c.
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.