Are pointers integer?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to print the sizes and ranges of different data types in c?
Why do we need functions in c?
Explain how do you determine a file’s attributes?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
main() { printf("hello%d",print("QUARK test?")); }
how to add two numbers without using arithmetic operators?
What are dangling pointers?
What are the benefits of organizational structure?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is meant by keywords in c?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What should not contain a header file?