How can you access memory located at a certain address?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of enum in c?
What are multidimensional arrays?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
What is the correct declaration of main?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Can we assign string to char pointer?
Why we use break in c?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
Is python a c language?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
What are 3 types of structures?
difference between loading and linking