What does the && operator do in a program code?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of "dangling pointers" in C.
hat is a pointer?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
What is register variable in c language?
what is diff b/w huge & far & near pointer??
How can I insert or delete a line (or record) in the middle of a file?
what is reason of your company position's in india no. 1.
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
What is the purpose of Scanf Print, getchar, putchar, function?
how to write a program which adds two numbers without using semicolon in c
Does c have enums?