Is r written in c?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
Write a simple program to find the size of different basic data types in C.
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(“%d”,x); --x; } }
What is a global variable in c?
Is there a way to jump out of a function or functions?
What is a good way to implement complex numbers in c?
what is the difference between %d and %*d in c languaga?
what is the difference between #include<> and #include”…”?
What is volatile c?
What is class and object in c?
How would you obtain the current time and difference between two times?
prototype of sine function.