Explain why c is faster than c++?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS PRE POSSESSORS?
What is hashing in c?
What are dangling pointers in c?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
how to swap 2 numbers in a single statement?
what is C?
What are static variables, and where are they stored?
Is reference used in C?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
How to implement call back functions ?