Are there any problems with performing mathematical operations on different variable types?
No Answer is Posted For this Question
Be the First to Post Answer
Why string is used in c?
how does printf function work
What is the mean of function?
What is the general form of a C program?
how to write hello word without using semicolon at the end?
What are the difference between a free-standing and a hosted environment?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What are the types of data files?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
What is the difference between text and binary i/o?
define string ?