Answer Posted / nirbhaykumar
a=2
| Is This Answer Correct ? | 16 Yes | 10 No |
Post New Answer View All Answers
Compare array data type to pointer data type
If the size of int data type is two bytes, what is the range of signed int data type?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How will you find a duplicate number in a array without negating the nos ?
Explain can static variables be declared in a header file?
What are the different types of objects used in c?
Is fortran faster than c?
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.
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is a pointer value and address in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Explain how can a program be made to print the name of a source file where an error occurs?
What language is windows 1.0 written?