What is the difference between class and object in c?
How to add two numbers without using semicolon at runtime
What is || operator and how does it function in a program?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Which driver is a pure java driver
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
Why ca not I do something like this?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
How many data structures are there in c?
What is that continue statement??
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
What is the difference between typedef struct and struct?