What are control structures? What are the different types?
No Answer is Posted For this Question
Be the First to Post Answer
What are the modifiers available in c programming language?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
what is the difference between strcpy() and memcpy() function?
How do I send escape sequences to control a terminal or other device?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
what is inline function?
Should I learn data structures in c or python?
Program to find the absolute value of given integer using Conditional Operators
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
void main() { int i=5; printf("%d",i++ + ++i); }
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is local and global variable in c?