What are type modifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
can u give me the good and very optimised code for a car racing game?
Find if a number is power of two or not?
Explain how do you generate random numbers in c?
Is multithreading possible in c?
Can we declare a function inside a function in c?
Why pointers are used?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
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.
What is the maximum length of an identifier?
i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP
Write the Program to reverse a string using pointers.
main() { printf(5+"Vidyarthi Computers"); }