how many key words availabel in c
a) 28
b) 31
c) 32
No Answer is Posted For this Question
Be the First to Post Answer
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
. Write a program to get a string and to convert the 1st letter of it to uppercase
How important is structure in life?
what is the diference between pointer to the function and function to the pointer?
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What are runtime error?
Can you please compare array with pointer?
Why do we use & in c?
What do you mean by dynamic memory allocation in c?
What is stack in c?