What are valid signatures for the Main function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
Can I pass constant values to functions which accept structure arguments?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
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.
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
#define d 10+10 main() { printf("%d",d*d); }
Write a program that his output * *** *****
Why do we use pointer to pointer in c?
how to count no of words,characters,lines in a paragraph.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What functions are in conio h?
What is the use of in c?