How main function is called in c?
No Answer is Posted For this Question
Be the First to Post Answer
Given an unsigned integer, find if the number is power of 2?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is const keyword in c?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
How to implement a packet in C
what are the interview question's in the language c
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
what is stack , heap ,code segment,and data segment
What are qualifiers?
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?