What is string length in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is sizeof a keyword in c?
What are different types of operators?
What do you mean by command line argument?
Write a program to swap two numbers without using a temporary variable?
What functions are used in dynamic memory allocation in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
How can I open files mentioned on the command line, and parse option flags?
can u give me the good and very optimised code for a car racing game?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
In header files whether functions are declared or defined?