how can i include my own .h file EX:- alex.h like
#include<alex.h>, rather than #include"alex.h"
How is a structure member accessed?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
What tq means in chat?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
the question is that what you have been doing all these periods (one year gap)
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
Difference between strcpy() and memcpy() function?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
What is the difference between scanf and fscanf?
what is diffrence between string and character array?