How can I dynamically allocate arrays?
No Answer is Posted For this Question
Be the First to Post Answer
how i m write c program 1.check prime number 2.prime number series
write a program to find the frequency of a number
What are the types of data types and explain?
what is available in C language but not in C++?
10 Answers CTS, TCS,
why we are using semicolon at the end of printh statment
Write a Program to find whether the given number or string is palindrome.
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
How can I read and write comma-delimited text?
print the palindrome numbers in between 0 to n
What is the role of && operator in a program code?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }