How does pointer work in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the scope of static variables?
What is floating point constants?
what are the 10 different models of writing an addition program in C language?
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 effort estimation is important?
How does memset() work in C?
How do I round numbers?
Explain what is the difference between functions abs() and fabs()?
12345 1234 123 12 1
Write a program in c to input a 5 digit number and print it in words.
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...