Describe the difference between = and == symbols in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
How to implement a packet in C
WHO WROTE C LANGUAGE?
what does data structure mean?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
what is the size of an integer variable?
Which is better oop or procedural?
Example of friendly function in c++
Which type of language is c?
While(1) { } when this loop get terminate is it a infinite loop?
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
write a addition of two no. program with out using printf,scanf,puts .