Is main a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can i use Two or More Main Funtion in any C program.?
Can a pointer be null?
What is the difference between array and structure in c?
Explain how do you print only part of a string?
Can you return null in c?
What is volatile in c language?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
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,
What are the languages are portable and platform independent?Why they are like that?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
C program to perform stack operation using singly linked list
What is a void pointer? When is a void pointer used?