What is return type in c?
No Answer is Posted For this Question
Be the First to Post Answer
Process by which one bit pattern in to another by bit wise operation is?
What is #line?
Is c functional or procedural?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
What is declaration and definition in c?
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
What is strcmp in c?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;