Wt are the Buses in C Language
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of a shell structure?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
write a program whose output will be- 1 12 123 1234
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What does main () mean in c?
How does free() know how many bytes to free?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
how to use showbits function?
Write a c program to demonstrate Type casting in c?
What is a far pointer in c?
logic for x=y^n