What is the difference between single charater constant and string constant?
No Answer is Posted For this Question
Be the First to Post Answer
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is a program?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
Why is sprintf unsafe?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Can a pointer point to null?
what is the function of pragma directive in c?
Can I initialize unions?
What are the functions to open and close file in c language?