What is the use of ?: Operator?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that accept anumber in words
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
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
What is the full form of getch?
IS Doon college of Engn.. has good faculty
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
What is the difference between memcpy and memmove?
When we use void main and int main?
how to find that no is int or float?
Explain what are bus errors, memory faults, and core dumps?
How can you invoke another program from within a C program?
Under what circumstances does a name clash occur?