Explain what is the difference between null and nul?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I manipulate strings of multibyte characters?
What is a pointer in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
write a program to generate 1st n fibonacci prime number
what is object oriental programing?
I heard that you have to include stdio.h before calling printf. Why?
In C language what is a 'dangling pointer'?
what is the little endian and big endian?
How to add two numbers without using semicolon at runtime
Write a program that receives as input a number omaadel-n-print, four digits.
2. What does static variable mean?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }