What does c mean in standard form?
No Answer is Posted For this Question
Be the First to Post Answer
How do I determine whether a character is numeric, alphabetic, and so on?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
How do I send escape sequences to control a terminal or other device?
If null and 0 are equivalent as null pointer constants, which should I use?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is the use of extern in c?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
why the execution starts from main function
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Give me the code of in-order recursive and non-recursive.
why ordinary variable store the later value not the initial