how to solve "unable to open stdio.h and conio.h header files
in windows 7 by using Dos-box software
No Answer is Posted For this Question
Be the First to Post Answer
write a “Hello World” program in “c” without using a semicolon?
main() {int a=200*200/100; printf("%d",a); }
#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); }
Is python a c language?
code for selection sort?
What is a far pointer?What is the utility?
Can i use “int” data type to store the value 32768? Why?
What is typedef struct in c?
Is there a way to compare two structure variables?
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
What is the meaning of c in c language?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,