Why c is faster than c++?
No Answer is Posted For this Question
Be the First to Post Answer
why i join syntel?
23 Answers ABC, Syntel, TCS,
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
how to find out the union of two character arrays?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
How can you return multiple values from a function?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
what is the use of keyword volatile??
What are different storage class specifiers in c?
What does 4d mean in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference