what is the syallabus of computer science students in group-
1?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C to reverse a number by recursive function?
Why do we need a structure?
which types of data structure will i use to convert infix to post fix???
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
What is the use of a conditional inclusion statement in C?
Give basis knowledge of web designing ...
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
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,
What is %d used for?
what are enumerations in C
Differentiate between the = symbol and == symbol?
Write a program to print "hello world" without using a semicolon?