What is the difference between int main and void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why isnt there a numbered, multi-level break statement to break out
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
Differentiate Source Codes from Object Codes
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What is size of union in c?
i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP
When can a far pointer be used?
What does #pragma once mean?
Explain how do you determine the length of a string value that was stored in a variable?