What's the best way of making my program efficient?
No Answer is Posted For this Question
Be the First to Post Answer
Write a small C program to determine whether a machine's type is little-endian or big-endian.
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
find largest of 3 no
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
nic scientist exam
what are the various memory handling mechanisms in C ?
Give me basis knowledge of c , c++...
what is difference between ANSI structure and C99 Structure?
What is Bitwise Operator and how it works?
What is the difference between strcpy() and memcpy() function in c programming?