write c program to display output 10(10+20)+(10+20+30)+ ... n
term
write a c program that prints all multiples of 3between 1 and 50.
How to removing white spces in c programming only bu using loops
Explain what will the preprocessor do for a program?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
write a program to print calender using for loop.
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
why return type of main is not necessary in linux
what is bit rate & baud rate? plz give wave forms
how c source file in converted to exe file
what is the difference between while and do while?