What is the use of in c?
Explain how can I manipulate strings of multibyte characters?
Describe the header file and its usage in c programming?
When can you use a pointer with a function?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Why double pointer is used in c?
Why is c so popular?
What are the different types of pointers used in c language?
Write a program to reverse a given number in c language?
Define recursion in c.
Does c have function or method?
What type of function is main ()?
Can you please explain the difference between malloc() and calloc() function?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?