Is c programming hard?
No Answer is Posted For this Question
Be the First to Post Answer
diff .between strcture and union
What is a rvalue?
Why should I prototype a function?
Write a function that will take in a phone number and output all possible alphabetical combinations
Place the #include statement must be written in the program?
Why does everyone say not to use scanf? What should I use instead?
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.
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
explain what are pointers?
Can you return null in c?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What are the different types of pointers used in c language?