Explain what are reserved words?
No Answer is Posted For this Question
Be the First to Post Answer
write a progam to compare the string using switch case?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
How does #define work?
Explain what is #line used for?
Program to trim a given character from a string.
#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks
Why can arithmetic operations not be performed on void pointers?
how will you write a program on linked lists using JAVA programming???????????
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
List some applications of c programming language?
What is the main differences between C and Embedded C?