Complete Coding by Prashant Sir
Відкрити в Telegram
Visit https://www.completecoding.in 🔥📔 We assure you that we'll only share crucial updates about our upcoming YouTube courses. Rest assured, there won't be any spam messages. You can anticipate receiving a maximum of one update per week.
Показати більше4 854
Підписники
Немає даних24 години
+77 днів
+3030 день
Архів дописів
what will be the output of the following Pseudo Code.
#include
int main() { float i; i = 1; printf("%d",i); return 0; }
OMG😱 History?
.
No...No... Artificial Intelligence ki History💥
➡️Do you Know about it🤔
If No, then Must Checkout our latest Video by Vinay Sir : http://tiny.cc/Artificial_intelligence_
Don't Miss this Video🔥Aag hai Aag🔥
Function MyDisplay(string MyStr) //statement 1
{ print “Hello !” print MyStr return 1 // statement 2 }
function main() //statement 3 { string str= “Mickey” MyDisplay(str) // statement 4 } Which statement will generate an error .
Consider the following code:
function modify(a,b)
{ Integer c,d=2 c= a*d+ b return c } function calculate() { integer a = 5, b = 20, c integer d= 10 c = modify(a, b); c = c+ d print c }
FREE😍 FREE 😍 FREE😍
Are Placements k Deewanoo💪🥳 Sanchit Jain Sir is going to Take a FREE LIVE CLASS at sharp 8:30PM on CS Fundamentals🔥
Dhoom Machegi Dhoom🎉
➡️ Click on this Link & Enroll for Trial : http://tiny.cc/ENROLL_FOR_TRIAL to Attend FREE LIVE CLASS
➡️Let's Get back to studies because after getting Placed, everyday is like Diwali😍💥
💥Don't Miss this Class💥
Looking for a job??
Big Opportunity to work with Knowledge GATE team , Checkout the details here https://internshala.com/internship/detail/social-media-marketing-internship-in-multiple-locations-at-knowledge-gate1636365540
A 10-bit unsigned integer has the following range:
Given:
integer x = 40, y = 35, z = 20, w = 10
Comment about the output of the following two statements: print x * y / z - w print x * y / (z - w)
What will be the output of the following code statements?
integer a = 50, b = 25, c = 0
print ( a > 45 OR b > 50 AND c > 10 )
Is the value of a at the end of the program same as the beginning?
#include
int main(void) { int a = 100; char* b = (char*)&a; b[0] += 132; b[1] += 3; b[0] = (232 - 32) / 2; b[1] *= 0; printf("%d\n", a); }
What gets printed at the end of this program?
#include
int main(void) { int a = 20, b = 10; int *x = &a, *y = &b; int c = y[0], d = x[0]; x[0] = c; y[0] = d; printf("%d %d", *x, *y); }
Is the output of this code True or False?
#include
int main(void) { int b = 20; int* y = &b; char n = 'A'; char* z = &n; y[0] = z[0]; printf((*y == *z) ? "True" : "False"); }
What will be the output of the following pseudo-code statements:
integer a = 456, b, c, d =10
b = a/d c = a - b print c
💥 𝗠𝗲𝗿𝗮 𝗣𝗹𝗮𝗰𝗲𝗺𝗲𝗻𝘁 𝗛𝗼𝗴𝗮 💥
KGians, 𝗧𝗼𝗱𝗮𝘆 𝗬𝗮𝘀𝗵 𝗝𝗮𝗶𝗻 𝘀𝗶𝗿 𝘄𝗶𝗹𝗹 𝘁𝗲𝗮𝗰𝗵 𝘆𝗼𝘂 𝗡𝘂𝗺𝗯𝗲𝗿 & 𝗟𝗲𝘁𝘁𝗲𝗿 𝗦𝗲𝗿𝗶𝗲𝘀 𝗶𝗻 𝗟𝗼𝗴𝗶𝗰𝗮𝗹 𝗥𝗲𝗮𝘀𝗼𝗻𝗶𝗻𝗴 𝗮𝘁 8.30 𝗣𝗠: http://tiny.cc/Join_LR_CLASS_tg
𝙈𝙖𝙠𝙚 𝙮𝙤𝙪𝙧 𝘿𝙝𝙖𝙣𝙩𝙚𝙧𝙖𝙨 𝙎𝙥𝙚𝙘𝙞𝙖𝙡 𝙬𝙞𝙩𝙝 𝙈𝙋𝙃 𝙋𝙧𝙞𝙢𝙚 🥳. 𝘎𝘦𝘵 𝘢𝘭𝘭 𝘵𝘩𝘦 𝘤𝘰𝘶𝘳𝘴𝘦𝘴 𝘰𝘧 𝘒𝘯𝘰𝘸𝘭𝘦𝘥𝘨𝘦 𝘎𝘢𝘵𝘦 𝘪𝘯 𝘫𝘶𝘴𝘵 𝘰𝘯𝘦 𝘣𝘶𝘯𝘥𝘭𝘦 😍
There is a new data-type which can take as values natural numbers between
(and including) 0 and 25. How many minimum bits are required to store this
datatype
