Answer Posted / tknowledge05
The above guest is me .. okkkkk....
by the time i solved and executing i was logged out and when i posted the answer it considered guest............
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What kind of structure is a house?
Explain that why C is procedural?
What are the types of variables in c?
How many types of errors are there in c language? Explain
while initialization of array why we use a[][2] why not a[2][]...?
write a program fibonacci series and palindrome program in c
Can a void pointer point to a function?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Why does notstrcat(string, "!");Work?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is malloc() function?
Is void a keyword in c?
What is the use of f in c?
What are the c keywords?